Share via


RecipientIdParameter constructor (String)

Initializes a new instance of the RecipientIdParameter class using the specified string.

Namespace:  Microsoft.Exchange.Configuration.Tasks
Assembly:  Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)

Syntax

'Declaration
Public Sub New ( _
    identity As String _
)
'Usage
Dim identity As String

Dim instance As New RecipientIdParameter(identity)
public RecipientIdParameter(
    string identity
)

Parameters

  • identity
    Type: System.String

    A string that identifies a recipient.

See also

Reference

RecipientIdParameter class

RecipientIdParameter members

RecipientIdParameter overload

Microsoft.Exchange.Configuration.Tasks namespace