DelegateUser Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.