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