Office.RecipientsChangedFields interface
Represents RecipientsChangedEventArgs.changedRecipientFields object.
Remarks
[Api set: Mailbox 1.7]
Properties
| bcc | Gets if recipients in the bcc field were changed. |
| cc | Gets if recipients in the cc field were changed. |
| optional |
Gets if optional attendees were changed. |
| required |
Gets if required attendees were changed. |
| resources | Gets if resources were changed. |
| to | Gets if recipients in the to field were changed. |
Property Details
bcc
Gets if recipients in the bcc field were changed.
bcc: boolean
Property Value
boolean
Remarks
[Api set: Mailbox 1.7]
cc
Gets if recipients in the cc field were changed.
cc: boolean;
Property Value
boolean
Remarks
[Api set: Mailbox 1.7]
optionalAttendees
Gets if optional attendees were changed.
optionalAttendees: boolean;
Property Value
boolean
Remarks
[Api set: Mailbox 1.7]
requiredAttendees
Gets if required attendees were changed.
requiredAttendees: boolean;
Property Value
boolean
Remarks
[Api set: Mailbox 1.7]
resources
Gets if resources were changed.
resources: boolean;
Property Value
boolean
Remarks
[Api set: Mailbox 1.7]
to
Gets if recipients in the to field were changed.
to: boolean;
Property Value
boolean
Remarks
[Api set: Mailbox 1.7]