Share via


SmtpNotificationAction.BodyEncoding Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the body encoding for the Simple Mail Transfer Protocol (SMTP) notification action.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public string BodyEncoding { get; set; }
public:
property String^ BodyEncoding {
    String^ get();
    void set(String^ value);
}
member BodyEncoding : string with get, set
Public Property BodyEncoding As String

Property Value

Type: System.String

Returns a String that contains the encoding for the SMTP notification action.

See Also

SmtpNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top