Поделиться через


ItemAttachmentType Members

Include Protected Members
Include Inherited Members

The ItemAttachmentType class represents an Exchange item that is attached to another Exchange item.

The ItemAttachmentType type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property AttachmentId The AttachmentId property gets or sets the attachment identifier. This property is read/write. (Inherited from AttachmentType.)
Public property ContentId The ContentId property gets or sets the attachment content identifier. This property is read/write. (Inherited from AttachmentType.)
Public property ContentLocation The ContentLocation property gets or sets the Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment. This property is read-only. (Inherited from AttachmentType.)
Public property ContentType The ContentType property gets or sets a value that describes the Multipurpose Internet Mail Extensions (MIME) type of the attachment content. (Inherited from AttachmentType.)
Public property IsInline The IsInline property gets or sets a Boolean value that specifies whether the attachment appears inline within an item. (Inherited from AttachmentType.)
Public property IsInlineSpecified The IsInlineSpecified property gets a Boolean value that specifies whether the IsInline property is serialized into the SOAP request. This property is read-only. (Inherited from AttachmentType.)
Public property Item The Item property gets or sets a generic Exchange item.
Public property LastModifiedTime The LastModifiedTime property gets a DateTime value that specifies when the attachment was last modified. (Inherited from AttachmentType.)
Public property LastModifiedTimeSpecified The LastModifiedTimeSpecified property gets a Boolean value that specifies whether the LastModifiedTime property is serialized into the SOAP request. This property is read-only. (Inherited from AttachmentType.)
Public property Name The Name property gets or sets the name of the attachment. (Inherited from AttachmentType.)
Public property Size The Size property gets or sets an integer value that represents the size in bytes of an attachment. (Inherited from AttachmentType.)
Public property SizeSpecified The SizeSpecified property gets a Boolean value that specifies whether the SizeSpecified property is serialized into the SOAP request. This property is read-only. (Inherited from AttachmentType.)

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