FileAttachmentType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The FileAttachmentType class represents a file that is attached to an item in the Exchange store.
public ref class FileAttachmentType : ExchangeWebServices::AttachmentType
public class FileAttachmentType : ExchangeWebServices.AttachmentType
Public Class FileAttachmentType
Inherits AttachmentType
- Inheritance
Constructors
FileAttachmentType() |
The FileAttachmentType constructor initializes a new instance of the FileAttachmentType class. |
Properties
AttachmentId |
The AttachmentId property gets or sets the attachment identifier. This property is read/write. (Inherited from AttachmentType) |
Content |
The Content property gets or sets the Base64-encoded contents of the file attachment. |
ContentId |
The ContentId property gets or sets the attachment content identifier. This property is read/write. (Inherited from AttachmentType) |
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) |
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) |
IsContactPhoto |
The IsContactPhoto property gets or sets a Boolean value that specifies whether the attachment is a contact photo. |
IsContactPhotoSpecified |
The IsContactPhotoSpecified property gets a Boolean value that specifies whether the IsContactPhoto property is serialized into the SOAP request. This property is read-only. |
IsInline |
The IsInline property gets or sets a Boolean value that specifies whether the attachment appears inline within an item. (Inherited from AttachmentType) |
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) |
LastModifiedTime |
The LastModifiedTime property gets a DateTime value that specifies when the attachment was last modified. (Inherited from AttachmentType) |
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) |
Name |
The Name property gets or sets the name of the attachment. (Inherited from AttachmentType) |
Size |
The Size property gets or sets an integer value that represents the size in bytes of an attachment. (Inherited from AttachmentType) |
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) |