DelegateUser Constructors

Definition

Overloads

DelegateUser()

Initializes a new instance of the DelegateUser class.

DelegateUser(StandardUser)

Initializes a new instance of the DelegateUser class.

DelegateUser(String)

Initializes a new instance of the DelegateUser class.

DelegateUser()

Initializes a new instance of the DelegateUser class.

public:
 DelegateUser();
public DelegateUser ();
Public Sub New ()

Applies to

DelegateUser(StandardUser)

Initializes a new instance of the DelegateUser class.

public:
 DelegateUser(Microsoft::Exchange::WebServices::Data::StandardUser standardUser);
public DelegateUser (Microsoft.Exchange.WebServices.Data.StandardUser standardUser);

Parameters

standardUser
StandardUser

The standard delegate user.

Applies to

DelegateUser(String)

Initializes a new instance of the DelegateUser class.

public:
 DelegateUser(System::String ^ primarySmtpAddress);
public DelegateUser (string primarySmtpAddress);
Public Sub New (primarySmtpAddress As String)

Parameters

primarySmtpAddress
String

The primary SMTP e-mail address of the delegate user.

Applies to