SmtpNotificationAction.Headers Property

Updated: April 16, 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)Dim instance As SmtpNotificationAction Dim value As IList(Of SmtpNotificationActionHeader) value = instance.Headers Public ReadOnly Property Headers As IList(Of SmtpNotificationActionHeader)public IList<SmtpNotificationActionHeader> Headers { get; }public: property IList<SmtpNotificationActionHeader^>^ Headers { IList<SmtpNotificationActionHeader^>^ get (); }/** @property */ public IList<SmtpNotificationActionHeader> get_Headers () public function get Headers () : IList<SmtpNotificationActionHeader> Property ValueReturns a IList of SmtpNotificationActionHeader objects.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms