ExchangeServiceBinding.CreateItem(CreateItemType) 方法

定义

方法 CreateItem(CreateItemType) 将请求发送到 并获取 CreateItem作的响应。

public:
 ExchangeWebServices::CreateItemResponseType ^ CreateItem(ExchangeWebServices::CreateItemType ^ CreateItem1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/CreateItem", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare, Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("TimeZoneContext")]
[System.Web.Services.Protocols.SoapHeader("MailboxCulture")]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
public ExchangeWebServices.CreateItemResponseType CreateItem(ExchangeWebServices.CreateItemType CreateItem1);
Public Function CreateItem (CreateItem1 As CreateItemType) As CreateItemResponseType

参数

CreateItem1
CreateItemType

类的 CreateItemType 实例,表示要创建的一组项。

返回

方法 CreateItem(CreateItemType) 返回一个 CreateItemResponseType 对象,该对象包含 CreateItem作的状态,在许多情况下,还返回新项的标识符。

属性

适用于