MessageReceivedEventArgs.HasTextBody 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.
Indicates whether the TextBody field has been filled out.
public:
property bool HasTextBody { bool get(); };
public bool HasTextBody { get; }
member this.HasTextBody : bool
Public ReadOnly Property HasTextBody As Boolean
Property Value
True if the TextBody is available, otherwise false.