EmailAddress.MailboxType プロパティ

定義

電子メール アドレスの種類を取得または設定します。

public:
 property Nullable<Microsoft::Exchange::WebServices::Data::MailboxType> MailboxType { Nullable<Microsoft::Exchange::WebServices::Data::MailboxType> get(); void set(Nullable<Microsoft::Exchange::WebServices::Data::MailboxType> value); };
public Nullable<Microsoft.Exchange.WebServices.Data.MailboxType> MailboxType { get; set; }
Public Property MailboxType As Nullable(Of MailboxType)

プロパティ値

メールボックスの種類。

適用対象