| MailMessageBody Property |
Gets or sets the alert body of the alert.
Namespace:
SanteDB.Core.Mail
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public string Body { get; set; }
Public Property Body As String
Get
Set
public:
property String^ Body {
String^ get ();
void set (String^ value);
}
member Body : string with get, set
Property Value
Type:
StringSee Also