SmtpNotificationAction.Headers Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As SmtpNotificationAction
Dim value As IList(Of SmtpNotificationActionHeader)
value = instance.Headers
Syntax
'Declaration
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 Value
Returns a IList of SmtpNotificationActionHeader objects.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
SmtpNotificationAction Class
SmtpNotificationAction Members
Microsoft.EnterpriseManagement.Administration Namespace