CreateItemType Members
The CreateItemType class represents a request to create an item or response object.
The following tables list the members exposed by the CreateItemType type.
Public Constructors
Name | Description | |
---|---|---|
CreateItemType | The CreateItemType constructor initializes a new instance of the CreateItemType class. |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top