PersonaEmailAddressCollectionAddRange(IEnumerableString) - метод |
Adds multiple e-mail addresses to the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: System.Collections.GenericIEnumerableString
The SMTP addresses to be added as persona email addresses
См. также