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 | |
---|---|---|
AttachmentResponseShapeType | The AttachmentResponseShapeType constructor initializes a new instance of the AttachmentResponseShapeType class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top