EmailMessage.HasPartialBodies 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.
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
|