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
Public method CreateItemType The CreateItemType constructor initializes a new instance of the CreateItemType class.

Top

Properties

  Name Description
Public property Items The Items property gets or sets the collection of items to create.
Public property 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.
Public property 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.
Public property SavedItemFolderId The SavedItemFolderId property gets or sets the folder in which new items are saved.
Public property 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.
Public property 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top