EmailAddressCollection クラス

定義

電子メール アドレスのコレクションを表します。

public ref class EmailAddressCollection sealed : Microsoft::Exchange::WebServices::Data::ComplexPropertyCollection<Microsoft::Exchange::WebServices::Data::EmailAddress ^>
public sealed class EmailAddressCollection : Microsoft.Exchange.WebServices.Data.ComplexPropertyCollection<Microsoft.Exchange.WebServices.Data.EmailAddress>
Public NotInheritable Class EmailAddressCollection
Inherits ComplexPropertyCollection(Of EmailAddress)
継承

プロパティ

Count

コレクション内のプロパティの合計数を取得します。

(継承元 ComplexPropertyCollection<TComplexProperty>)
Item[Int32]

指定したインデックス位置にある プロパティを取得します。

(継承元 ComplexPropertyCollection<TComplexProperty>)

メソッド

Add(EmailAddress)

電子メール アドレスをコレクションに追加します。

Add(String)

電子メール アドレスをコレクションに追加します。

Add(String, String)

電子メール アドレスをコレクションに追加します。

AddRange(IEnumerable<EmailAddress>)

コレクションに 1 つ以上の電子メール アドレスを追加します。

AddRange(IEnumerable<String>)

SMTP アドレスで識別される 1 つ以上の電子メール アドレスをコレクションに追加します。

Clear()

コレクションからすべての電子メール アドレスを削除します。

Contains(TComplexProperty)

特定のプロパティがコレクション内にあるかどうかを判断します。

(継承元 ComplexPropertyCollection<TComplexProperty>)
GetEnumerator()

コレクションの要素を反復処理する列挙子を取得します。

(継承元 ComplexPropertyCollection<TComplexProperty>)
IndexOf(TComplexProperty)

特定のプロパティを検索し、コレクション内の 0 から始まるインデックスを返します。

(継承元 ComplexPropertyCollection<TComplexProperty>)
Remove(EmailAddress)

指定した電子メール アドレスをコレクションから削除します。

RemoveAt(Int32)

指定したインデックス位置にあるコレクションから電子メール アドレスを削除します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

コレクションの要素を反復処理する列挙子を取得します。 このIEnumerable.GetEnumerator()方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

(継承元 ComplexPropertyCollection<TComplexProperty>)

適用対象