MessagePartSpecification.IsBodyIncluded Property

Definition

Gets or sets a value that indicates whether the message body is included in this specification.

public:
 property bool IsBodyIncluded { bool get(); void set(bool value); };
public bool IsBodyIncluded { get; set; }
member this.IsBodyIncluded : bool with get, set
Public Property IsBodyIncluded As Boolean

Property Value

true if the message body is included in this specification; otherwise, false.

Exceptions

Applies to