CreateItemType Members
Include Protected Members
Include Inherited Members
The CreateItemType class represents a request to create an item or response object.
The CreateItemType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CreateItemType | The CreateItemType constructor initializes a new instance of the CreateItemType class. |
Top
Properties
Name | Description | |
---|---|---|
Items | The Items property gets or sets the collection of items to create. | |
MessageDisposition | The MessageDisposition property gets or sets an enumeration that describes how an item is handled after it is created. This property is required for e-mail messages. | |
MessageDispositionSpecified | The MessageDispositionSpecified property gets or sets a Boolean value that specifies whether the MessageDisposition property is serialized into the Simple Object Access Protocol (SOAP) request. | |
SavedItemFolderId | The SavedItemFolderId property gets or sets the folder in which new items are saved. | |
SendMeetingInvitations | 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. | |
SendMeetingInvitationsSpecified | The SendMeetingInvitationsSpecified property gets or sets a Boolean value that specifies whether the SendMeetingInvitations is serialized into the Simple Object Access Protocol (SOAP) request. |
Top