Share via


AttachmentResponseShapeType Members

Include Protected Members
Include Inherited Members

The AttachmentResponseShapeType class identifies additional properties for the GetAttachment method to return.

The AttachmentResponseShapeType type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property AdditionalProperties The AdditionalProperties property gets or sets additional properties to return in a response.
Public property BodyType The BodyType property gets or sets the format of body text in a response.
Public property BodyTypeSpecified The BodyTypeSpecified property gets or sets a Boolean value that indicates whether the BodyType property is serialized into the SOAP message. This property is required if the BodyType property is specified.
Public property FilterHtmlContent The FilterHtmlContent property gets or sets a Boolean value that specifies whether potentially unsafe HTML content is filtered from an attachment.
Public property FilterHtmlContentSpecified The FilterHtmlContentSpecified property gets a Boolean value that specifies whether the FilterHtmlContent property is serialized into the SOAP request. This property is required if the FilterHtmlContent property is specified.
Public property IncludeMimeContent The IncludeMimeContent property gets or sets a Boolean value that indicates whether the MIME content of an item or attachment is returned in a response.
Public property IncludeMimeContentSpecified The IncludeMimeContentSpecified property gets or sets a Boolean value that indicates whether the IncludeMimeContent property is serialized into the SOAP message. This property is required if the IncludeMimeContent property is specified.

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