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.6.0.22
public ContactsFolder(
ExchangeService service
)
Public Sub New (
service As ExchangeService
)
public:
ContactsFolder(
ExchangeService^ service
)
new :
service : ExchangeService -> ContactsFolder
Параметры
- service ExchangeService
- The ExchangeService object to which the contacts folder will be bound.