PostItem(ExchangeService) Constructor

Definition

Initializes a new instance of the PostItem class.

public:
 PostItem(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service);
public PostItem (Microsoft.Exchange.WebServices.Data.ExchangeService service);
Public Sub New (service As ExchangeService)

Parameters

service
ExchangeService

The ExchangeService object to which the post item will be bound.

Remarks

To bind to an existing post item, use Bind(ExchangeService, ItemId) instead.

Applies to