AttachmentType.IsInline Property

Definition

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.

Applies to