EmailMailboxChange.MailboxActions 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 flags that indicate what actions have been affected on the mailbox.
public:
property IVector<EmailMailboxAction ^> ^ MailboxActions { IVector<EmailMailboxAction ^> ^ get(); };
IVector<EmailMailboxAction> MailboxActions();
public IList<EmailMailboxAction> MailboxActions { get; }
var iVector = emailMailboxChange.mailboxActions;
Public ReadOnly Property MailboxActions As IList(Of EmailMailboxAction)
Property Value
The flags that indicate what actions have been affected on the mailbox.
Windows requirements
App capabilities |
email
emailSystem
|