CreateItemType.SendMeetingInvitations Property

The SendMeetingInvitations property gets or sets an enumeration that describes how meeting requests are handled after they are created. This property is required for calendar items.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property SendMeetingInvitations As CalendarItemCreateOrDeleteOperationType
[XmlAttributeAttribute] 
public CalendarItemCreateOrDeleteOperationType SendMeetingInvitations { get; set; }
[XmlAttributeAttribute] 
public:
property CalendarItemCreateOrDeleteOperationType SendMeetingInvitations {
    CalendarItemCreateOrDeleteOperationType get ();
    void set (CalendarItemCreateOrDeleteOperationType value);
}
/** @property */
public CalendarItemCreateOrDeleteOperationType get_SendMeetingInvitations ()

/** @property */
public void set_SendMeetingInvitations (CalendarItemCreateOrDeleteOperationType value)
public function get SendMeetingInvitations () : CalendarItemCreateOrDeleteOperationType

public function set SendMeetingInvitations (value : CalendarItemCreateOrDeleteOperationType)

Property Value

The SendMeetingInvitations property returns a CalendarItemCreateOrDeleteOperationType enumeration value that represents how meeting requests are handled.

Remarks

You must set the SendMeetingInvitationsSpecified property to true so that the SendMeetingInvitations 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)