EmailMailboxChange.ChangeType Property

Definition

Gets the type of change that was made to the mailbox. This includes whether it was a folder or message that was changed and whether the item was created, deleted, or modified, or if change tracking was lost for this change.

public:
 property EmailMailboxChangeType ChangeType { EmailMailboxChangeType get(); };
EmailMailboxChangeType ChangeType();
public EmailMailboxChangeType ChangeType { get; }
var emailMailboxChangeType = emailMailboxChange.changeType;
Public ReadOnly Property ChangeType As EmailMailboxChangeType

Property Value

The type of change that was made to the mailbox.

Windows requirements

App capabilities
email emailSystem

Applies to