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