EmailAddressCollectionAddRange(IEnumerableString) - метод
Adds multiple e-mail addresses to the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public void AddRange(
IEnumerable<string> smtpAddresses
)
Public Sub AddRange (
smtpAddresses As IEnumerable(Of String)
)
public:
void AddRange(
IEnumerable<String^>^ smtpAddresses
)
member AddRange :
smtpAddresses : IEnumerable<string> -> unit
Параметры
- smtpAddresses IEnumerableString
- The SMTP addresses used to initialize the e-mail addresses.