EwsItemBodyHtmlText Property |
Gets the HTML body text of the given message.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string BodyHtmlText { get; }
Public ReadOnly Property BodyHtmlText As String
Get
Property Value
Type:
StringThe HTML body text of the given message, or an empty string if HTML body is not available, or a null reference (
Nothing in Visual Basic)
if this
EwsItem was constructed manually (such as with
EwsItem(ItemId) constructor) and there is no data in it.
Remarks See Also