Documentation

MessageTrackingEventDescriptionType extends Enumeration
in package

Class description.

..

Table of Contents

Constants

APPROVED_MODERATION  = 'ApprovedModeration'
Indicates the event is for a message that has been approved.
DELAYED_AFTER_TRANSFER_TO_PARTNER_ORG  = 'DelayedAfterTransferToPartnerOrg'
Indicates the event is for a message that has been delayed after transferring to a partner organization.
DELIVERED  = 'Delivered'
Indicates the event is for a delivered message.
EXPANDED  = 'Expanded'
Indicates the event is for an expanded message.
FAILED_GENERAL  = 'FailedGeneral'
Indicates the event is for a message that failed with a general error.
FAILED_MODERATION  = 'FailedModeration'
Indicates the event is for a message that failed moderation.
FAILED_TRANSPORT_RULES  = 'FailedTransportRules'
Indicates the event is for a message that failed transport rules.
FORWARDED  = 'Forwarded'
Indicates the event is for a forwarded message.
MESSAGE_DEFER  = 'MessageDefer'
Indicates the event is for a message that was deferred.
MOVED_TO_FOLDER_BY_INBOX_RULE  = 'MovedToFolderByInboxRule'
Indicates the event is for a message that was moved by an inbox rule.
NOT_READ  = 'NotRead'
Indicates the event is for a not read message.
PENDING  = 'Pending'
Indicates the event is for a pending message.
PENDING_MODERATION  = 'PendingModeration'
Indicates the event is for a message pending moderation.
QUEUE_RETRY  = 'QueueRetry'
Indicates the event is for a message that was queued to be retried.
QUEUE_RETRY_NO_RETRY_TIME  = 'QueueRetryNoRetryTime'
Indicates the event is for a queued to be retried without a time.
READ  = 'Read'
Indicates the event is for a read message.
RESOLVED  = 'Resolved'
Indicates the event is for a resolved message.
RULES_CC  = 'RulesCc'
Indicates the event is for a message that was CCed by a rule.
SMTP_RECEIVE  = 'SmtpReceive'
Indicates the event is for a message that was received via SMTP.
SMTP_SEND  = 'SmtpSend'
Indicates the event is for a message that was sent via SMTP.
SMTP_SEND_CROSS_FOREST  = 'SmtpSendCrossForest'
Indicates the event is for a message that was sent cross forest via SMTP.
SMTP_SEND_CROSS_SITE  = 'SmtpSendCrossSite'
Indicates the event is for a message that was sent cross site via SMTP.
SUBMITTED  = 'Submitted'
Indicates the event is for a submitted message.
TRANSFERRED_TO_FOREIGN_ORG  = 'TransferredToForeignOrg'
Indicates the event is for a message that was transferred to a foreign organization.
TRANSFERRED_TO_LEGACY_EXCHANGE_SERVER  = 'TransferredToLegacyExchangeServer'
Indicates the event is for a message that was transferred to a legacy exchange server.
TRANSFERRED_TO_PARTNER_ORG  = 'TransferredToPartnerOrg'
Indicates the event is for a message that was transferred to a partner organization.

Properties

$_  : string
Element value.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

APPROVED_MODERATION

Indicates the event is for a message that has been approved.

public string APPROVED_MODERATION = 'ApprovedModeration'
Tags
since

Exchange 2010

DELAYED_AFTER_TRANSFER_TO_PARTNER_ORG

Indicates the event is for a message that has been delayed after transferring to a partner organization.

public string DELAYED_AFTER_TRANSFER_TO_PARTNER_ORG = 'DelayedAfterTransferToPartnerOrg'
Tags
since

Exchange 2010

FAILED_GENERAL

Indicates the event is for a message that failed with a general error.

public string FAILED_GENERAL = 'FailedGeneral'
Tags
since

Exchange 2010

FAILED_MODERATION

Indicates the event is for a message that failed moderation.

public string FAILED_MODERATION = 'FailedModeration'
Tags
since

Exchange 2010

FAILED_TRANSPORT_RULES

Indicates the event is for a message that failed transport rules.

public string FAILED_TRANSPORT_RULES = 'FailedTransportRules'
Tags
since

Exchange 2010

MOVED_TO_FOLDER_BY_INBOX_RULE

Indicates the event is for a message that was moved by an inbox rule.

public string MOVED_TO_FOLDER_BY_INBOX_RULE = 'MovedToFolderByInboxRule'
Tags
since

Exchange 2010

PENDING_MODERATION

Indicates the event is for a message pending moderation.

public string PENDING_MODERATION = 'PendingModeration'
Tags
since

Exchange 2010

QUEUE_RETRY_NO_RETRY_TIME

Indicates the event is for a queued to be retried without a time.

public string QUEUE_RETRY_NO_RETRY_TIME = 'QueueRetryNoRetryTime'
Tags
since

Exchange 2010

SMTP_SEND_CROSS_FOREST

Indicates the event is for a message that was sent cross forest via SMTP.

public string SMTP_SEND_CROSS_FOREST = 'SmtpSendCrossForest'
Tags
since

Exchange 2010

SMTP_SEND_CROSS_SITE

Indicates the event is for a message that was sent cross site via SMTP.

public string SMTP_SEND_CROSS_SITE = 'SmtpSendCrossSite'
Tags
since

Exchange 2010

TRANSFERRED_TO_FOREIGN_ORG

Indicates the event is for a message that was transferred to a foreign organization.

public string TRANSFERRED_TO_FOREIGN_ORG = 'TransferredToForeignOrg'
Tags
since

Exchange 2010

TRANSFERRED_TO_LEGACY_EXCHANGE_SERVER

Indicates the event is for a message that was transferred to a legacy exchange server.

public string TRANSFERRED_TO_LEGACY_EXCHANGE_SERVER = 'TransferredToLegacyExchangeServer'
Tags
since

Exchange 2010

TRANSFERRED_TO_PARTNER_ORG

Indicates the event is for a message that was transferred to a partner organization.

public string TRANSFERRED_TO_PARTNER_ORG = 'TransferredToPartnerOrg'
Tags
since

Exchange 2010

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results