Aracılığıyla paylaş


ContactPerson.EmailAddresses Özellik

Tanım

E-posta adresleri koleksiyonunu alır.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ EmailAddresses { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> EmailAddresses { get; }
member this.EmailAddresses : System.Collections.Generic.ICollection<string>
Public ReadOnly Property EmailAddresses As ICollection(Of String)

Özellik Değeri

E-posta adresleri koleksiyonu.

Açıklamalar

İsteğe bağlı <md:EmailAddress> alt öğelere karşılık gelir.

Şunlara uygulanır