Office.RecipientsChangedEventArgs interface

Provides change status of recipients fields when the Office.EventType.RecipientsChanged event is raised.

Remarks

[ API set: Mailbox 1.7 ]

Properties

changedRecipientFields

Gets an object that indicates change state of recipients fields.

type

Gets the type of the event. For details, refer to Office.EventType.

Property Details

changedRecipientFields

Gets an object that indicates change state of recipients fields.

changedRecipientFields: RecipientsChangedFields;

Property Value

Remarks

[ API set: Mailbox 1.7 ]

type

Gets the type of the event. For details, refer to Office.EventType.

type: "olkRecipientsChanged";

Property Value

"olkRecipientsChanged"

Remarks

[ API set: Mailbox 1.7 ]