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.StringA string that identifies a recipient.