IMailModelBodyHtml Property |
property BodyHtml
Namespace:
SOMailSender.Interop
Assembly:
SOMailSender.Interop (in SOMailSender.Interop.dll) Version: 8.0.0.0
Syntaxstring BodyHtml { get; set; }
Property BodyHtml As String
Get
Set
Dim instance As IMailModel
Dim value As String
value = instance.BodyHtml
instance.BodyHtml = value
property String^ BodyHtml {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also