SmtpNotificationAction.SubjectEncoding Property
Applies To: Operations Manager for System Center 2012
Gets or sets the encoding for the subject of the Simple Mail Transfer Protocol (SMTP) notification.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string SubjectEncoding { get; set; }
public:
property String^ SubjectEncoding {
String^ get();
void set(String^ value);
}
member SubjectEncoding : string with get, set
Public Property SubjectEncoding As String
Property Value
Type: System.String
Returns a String that contains the encoding for the subject of the SMTP notification.
See Also
SmtpNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top