AttachmentResponseShapeType Class

Definition

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

public ref class AttachmentResponseShapeType
public class AttachmentResponseShapeType
Public Class AttachmentResponseShapeType
Inheritance
AttachmentResponseShapeType

Constructors

AttachmentResponseShapeType()

The AttachmentResponseShapeType constructor initializes a new instance of the AttachmentResponseShapeType class.

Properties

AdditionalProperties

The AdditionalProperties property gets or sets additional properties to return in a response.

BodyType

The BodyType property gets or sets the format of body text in a response.

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.

FilterHtmlContent

The FilterHtmlContent property gets or sets a Boolean value that specifies whether potentially unsafe HTML content is filtered from an attachment.

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.

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.

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.

Applies to