Office.RecipientsChangedEventArgs interface
Provides change status of recipients fields when the Office.EventType.RecipientsChanged event is raised.
Remarks
[Api set: Mailbox 1.7]
Properties
| changed |
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]