Attendee 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
Attendee() |
Initializes a new instance of the Attendee class. |
Attendee(EmailAddress) |
Initializes a new instance of the Attendee class. |
Attendee(String) |
Initializes a new instance of the Attendee class. |
Attendee(String, String) |
Initializes a new instance of the Attendee class. |
Attendee(String, String, String) |
Initializes a new instance of the Attendee class. |
Attendee()
Initializes a new instance of the Attendee class.
public:
Attendee();
public Attendee ();
Public Sub New ()
Applies to
Attendee(EmailAddress)
Initializes a new instance of the Attendee class.
public:
Attendee(Microsoft::Exchange::WebServices::Data::EmailAddress ^ mailbox);
public Attendee (Microsoft.Exchange.WebServices.Data.EmailAddress mailbox);
Public Sub New (mailbox As EmailAddress)
Parameters
- mailbox
- EmailAddress
The mailbox that corresponds to the attendee.
Applies to
Attendee(String)
Initializes a new instance of the Attendee class.
public:
Attendee(System::String ^ smtpAddress);
public Attendee (string smtpAddress);
Public Sub New (smtpAddress As String)
Parameters
- smtpAddress
- String
The SMTP address that corresponds to the attendee.
Applies to
Attendee(String, String)
Initializes a new instance of the Attendee class.
public:
Attendee(System::String ^ name, System::String ^ smtpAddress);
public Attendee (string name, string smtpAddress);
Public Sub New (name As String, smtpAddress As String)
Parameters
- name
- String
The name that corresponds to the attendee.
- smtpAddress
- String
The SMTP address that corresponds to the attendee.
Applies to
Attendee(String, String, String)
Initializes a new instance of the Attendee class.
public:
Attendee(System::String ^ name, System::String ^ smtpAddress, System::String ^ routingType);
public Attendee (string name, string smtpAddress, string routingType);
Public Sub New (name As String, smtpAddress As String, routingType As String)
Parameters
- name
- String
The name that corresponds to the attendee.
- smtpAddress
- String
The SMTP address that corresponds to the attendee.
- routingType
- String
The routing type that corresponds to the attendee.