 | EmailMessageBody Property |
Gets or sets the body of the message
Namespace: SanteDB.Core.Notifications.EmailAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic Object Body { get; set; }Public Property Body As Object
Get
Set
public:
property Object^ Body {
Object^ get ();
void set (Object^ value);
}member Body : Object with get, set
Property Value
Object
See Also