Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
| Visual Basic |
|---|
Dim instance As SmtpNotificationEndpoint |
Syntax
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class SmtpNotificationEndpoint Inherits NotificationEndpoint |
| C# |
|---|
[SerializableAttribute] public class SmtpNotificationEndpoint : NotificationEndpoint |
| C++ |
|---|
[SerializableAttribute] public ref class SmtpNotificationEndpoint : public NotificationEndpoint |
| J# |
|---|
/** @attribute SerializableAttribute() */ public class SmtpNotificationEndpoint extends NotificationEndpoint |
| JScript |
|---|
SerializableAttribute public class SmtpNotificationEndpoint extends NotificationEndpoint |
Remarks
After creating an SMTP notification endpoint, you must insert it into the operational database for use in the Management Group by using the InsertNotificationEndpoint method.
Inheritance
Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
Microsoft.EnterpriseManagement.Administration.NotificationEndpoint
Microsoft.EnterpriseManagement.Administration.SmtpNotificationEndpoint
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
Microsoft.EnterpriseManagement.Administration.NotificationEndpoint
Microsoft.EnterpriseManagement.Administration.SmtpNotificationEndpoint
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.

