SupervisionListEntry Constructor
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Sub New ( _
entryName As String, _
tag As String, _
recipientType As SupervisionRecipientType _
)
'Usage
Dim entryName As String
Dim tag As String
Dim recipientType As SupervisionRecipientType
Dim instance As New SupervisionListEntry(entryName, _
tag, recipientType)
public SupervisionListEntry(
string entryName,
string tag,
SupervisionRecipientType recipientType
)
Parameters
- entryName
Type: System.String
- tag
Type: System.String
- recipientType
Type: Microsoft.Exchange.Management.RecipientTasks.SupervisionRecipientType