AlternateMailboxCollection.Entries プロパティ

定義

代替メールボックスのコレクションを取得します。

public:
 property System::Collections::Generic::List<Microsoft::Exchange::WebServices::Autodiscover::AlternateMailbox ^> ^ Entries { System::Collections::Generic::List<Microsoft::Exchange::WebServices::Autodiscover::AlternateMailbox ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Exchange.WebServices.Autodiscover.AlternateMailbox> Entries { get; }
Public ReadOnly Property Entries As List(Of AlternateMailbox)

プロパティ値

代替メールボックスの一覧を含むコレクション。

注釈

このコレクションは、ユーザーに関連付けられているすべての代替メールボックスを表します。

適用対象