ContactsFolder - конструктор |
Initializes an unsaved local instance of
ContactsFolder. To bind to an existing contacts folder, use ContactsFolder.Bind() instead.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public ContactsFolder(
ExchangeService service
)
Public Sub New (
service As ExchangeService
)
public:
ContactsFolder(
ExchangeService^ service
)
new :
service : ExchangeService -> ContactsFolder
Параметры
- service
- Тип: Tessa.Exchange.WebServices.DataExchangeService
The ExchangeService object to which the contacts folder will be bound.
См. также