AttachmentType.IsInline 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 IsInline property gets or sets a Boolean value that specifies whether the attachment appears inline within an item.
public:
property bool IsInline { bool get(); void set(bool value); };
public bool IsInline { get; set; }
Public Property IsInline As Boolean
Property Value
The value of the IsInline property is true if the attachment appears inline; otherwise the value is false.
Remarks
You must set the IsInlineSpecified property to true so that the IsInline property is serialized into the SOAP request.