CMessage.MailBody Property | |
A string representing the entire contents of the body of the email. This will include all attachments and multi-part extensions.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY MailBody AS USUAL GET SET
public virtual Usual MailBody { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA string representing the entire contents of the body of the email. This will include all attachments and multi-part extensions.
See Also