AttachmentResponseShapeType.IncludeMimeContent Property
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 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 bool IncludeMimeContent { bool get(); void set(bool value); };
public bool IncludeMimeContent { get; set; }
Public Property IncludeMimeContent As Boolean
Property Value
The IncludeMimeContent property returns true if MIME content should be returned; otherwise, the property returns false.