EmailMailboxChange.ChangeType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|