UpdateItemType.SendMeetingInvitationsOrCancellations Property
The SendMeetingInvitationsOrCancellations property gets or sets an enumeration value that describes how a calendar item is handled after it is updated. This property is required for calendar items. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property SendMeetingInvitationsOrCancellations As CalendarItemUpdateOperationType
[XmlAttributeAttribute]
public CalendarItemUpdateOperationType SendMeetingInvitationsOrCancellations { get; set; }
[XmlAttributeAttribute]
public:
property CalendarItemUpdateOperationType SendMeetingInvitationsOrCancellations {
CalendarItemUpdateOperationType get ();
void set (CalendarItemUpdateOperationType value);
}
/** @property */
public CalendarItemUpdateOperationType get_SendMeetingInvitationsOrCancellations ()
/** @property */
public void set_SendMeetingInvitationsOrCancellations (CalendarItemUpdateOperationType value)
public function get SendMeetingInvitationsOrCancellations () : CalendarItemUpdateOperationType
public function set SendMeetingInvitationsOrCancellations (value : CalendarItemUpdateOperationType)
Property Value
The SendMeetingInvitationsOrCancellations property returns a CalendarItemUpdateOperationType enumeration value.
Remarks
You must set the SendMeetingInvitationsOrCancellationsSpecified property to true so that the SendMeetingInvitationsOrCancellations property is serialized into the Simple Object Access Protocol (SOAP) request.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also