SendInvitationsMode Enum
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.
Specifies constants that define how meeting invitations are handled.
public enum class SendInvitationsMode
public enum SendInvitationsMode
Public Enum SendInvitationsMode
- Inheritance
-
SendInvitationsMode
Fields
Name | Value | Description |
---|---|---|
SendToNone | 0 | Do not send meeting invitations. |
SendOnlyToAll | 1 | Send meeting invitations to all attendees but do not save a copy of the meeting invitation in the organizer's Sent Items folder. |
SendToAllAndSaveCopy | 2 | Send meeting invitations to all attendees and save a copy of the meeting invitation in the organizer's Sent Items folder. |