Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Gets or sets the information for the From line of the Simple Mail Transfer Protocol (SMTP) notification.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string From { get; set; }
public:
property String^ From {
String^ get();
void set(String^ value);
}
member From : string with get, set
Public Property From As String
Property Value
Type: System.String
Returns a String that contains the information for the From line of the SMTP notification.
See Also
SmtpNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top