SendItemType Members

Include Protected Members
Include Inherited Members

The SendItemType class represents a request to send a message.

The SendItemType type exposes the following members.

Constructors

  Name Description
Public method SendItemType The SendItemType constructor initializes a new instance of the SendItemType class.

Top

Properties

  Name Description
Public property ItemIds The ItemIds property gets or sets an array of item identifiers that are used to determine the items to try to send. Set this property with an ItemIdType array. This property is required. This is a read/write property.
Public property SavedItemFolderId The SavedItemFolderId property gets or sets the identity of the folder that contains a saved version of the sent item. This property is set with either a FolderIdType or a DistinguishedFolderIdType. This property is optional. This is a read/write property.
Public property SaveItemToFolder The SaveItemToFolder property gets or sets a Boolean value that specifies whether a copy of the sent item is saved. This property is required. This is a read/write property.

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