[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Defines protocols used to send information such as notification messages. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As Protocol

Syntax

Visual Basic
Public Enumeration Protocol
C#
public enum Protocol
C++
public enum class Protocol
J#
public enum Protocol
JScript
public enum Protocol

Members

Member name Description
Smtp Transfers information using the Simple Mail Transfer Protocol (SMTP).

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also