ItemResponseShapeType.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 specifies whether the MIME content of an item or attachment is returned in the 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 is set to true if MIME content should be returned in the response; otherwise, the property is set to false.