SmtpNotificationAction.Headers Property

 

Applies To: Operations Manager for System Center 2012

Gets the information for the header of the Simple Mail Transfer Protocol (SMTP) notification.

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

Syntax

public IList<SmtpNotificationActionHeader> Headers { get; }
public:
property IList<SmtpNotificationActionHeader^>^ Headers {
    IList<SmtpNotificationActionHeader^>^ get();
}
member Headers : IList<SmtpNotificationActionHeader> with get
Public ReadOnly Property Headers As IList(Of SmtpNotificationActionHeader)

Property Value

Type: System.Collections.Generic.IList<SmtpNotificationActionHeader>

Returns a IList<T> of SmtpNotificationActionHeader objects.

See Also

SmtpNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top