AttachmentType Members
Include Protected Members
Include Inherited Members
The AttachmentType class represents an attachment.
The AttachmentType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AttachmentType | The AttachmentType constructor initializes a new instance of the AttachmentType class. |
Top
Properties
Name | Description | |
---|---|---|
AttachmentId | The AttachmentId property gets or sets the attachment identifier. This property is read/write. | |
ContentId | The ContentId property gets or sets the attachment content identifier. This property is read/write. | |
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. | |
ContentType | The ContentType property gets or sets a value that describes the Multipurpose Internet Mail Extensions (MIME) type of the attachment content. | |
IsInline | The IsInline property gets or sets a Boolean value that specifies whether the attachment appears inline within an item. | |
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. | |
LastModifiedTime | The LastModifiedTime property gets a DateTime value that specifies when the attachment was last modified. | |
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. | |
Name | The Name property gets or sets the name of the attachment. | |
Size | The Size property gets or sets an integer value that represents the size in bytes of an attachment. | |
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. |
Top