EmailMailboxChange.MailboxActions Property

Definition

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

Applies to