Attendee コンストラクター

定義

オーバーロード

Attendee()

Attendee クラスの新しいインスタンスを初期化します。

Attendee(EmailAddress)

Attendee クラスの新しいインスタンスを初期化します。

Attendee(String)

Attendee クラスの新しいインスタンスを初期化します。

Attendee(String, String)

Attendee クラスの新しいインスタンスを初期化します。

Attendee(String, String, String)

Attendee クラスの新しいインスタンスを初期化します。

Attendee()

Attendee クラスの新しいインスタンスを初期化します。

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

適用対象

Attendee(EmailAddress)

Attendee クラスの新しいインスタンスを初期化します。

public:
 Attendee(Microsoft::Exchange::WebServices::Data::EmailAddress ^ mailbox);
public Attendee (Microsoft.Exchange.WebServices.Data.EmailAddress mailbox);
Public Sub New (mailbox As EmailAddress)

パラメーター

mailbox
EmailAddress

出席者に対応するメールボックス。

適用対象

Attendee(String)

Attendee クラスの新しいインスタンスを初期化します。

public:
 Attendee(System::String ^ smtpAddress);
public Attendee (string smtpAddress);
Public Sub New (smtpAddress As String)

パラメーター

smtpAddress
String

出席者に対応する SMTP アドレス。

適用対象

Attendee(String, String)

Attendee クラスの新しいインスタンスを初期化します。

public:
 Attendee(System::String ^ name, System::String ^ smtpAddress);
public Attendee (string name, string smtpAddress);
Public Sub New (name As String, smtpAddress As String)

パラメーター

name
String

出席者に対応する名前。

smtpAddress
String

出席者に対応する SMTP アドレス。

適用対象

Attendee(String, String, String)

Attendee クラスの新しいインスタンスを初期化します。

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)

パラメーター

name
String

出席者に対応する名前。

smtpAddress
String

出席者に対応する SMTP アドレス。

routingType
String

出席者に対応するルーティングの種類。

適用対象