SmtpNotificationAction.IsBodyHtml Property
Applies To: Operations Manager for System Center 2012
Determines whether the body of the Simple Mail Transfer Protocol (SMTP) notification is HTML.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool IsBodyHtml { get; set; }
public:
property bool IsBodyHtml {
bool get();
void set(bool value);
}
member IsBodyHtml : bool with get, set
Public Property IsBodyHtml As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that is true if the body of the SMTP notification is HTML, and false if the body of the SMTP notification is HTML.
See Also
SmtpNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top