EmailMessage.HasPartialBodies Property

Definition

Gets a Boolean value indicating whether this email message contains partial bodies.

public:
 property bool HasPartialBodies { bool get(); };
bool HasPartialBodies();
public bool HasPartialBodies { get; }
var boolean = emailMessage.hasPartialBodies;
Public ReadOnly Property HasPartialBodies As Boolean

Property Value

Boolean

bool

The Boolean value indicating whether this email message contains partial bodies.

Windows requirements

App capabilities
email emailSystem

Applies to