ExchangeServiceBinding.SendItem(SendItemType) Method

Definition

The SendItem(SendItemType) method sends the request to and returns the response from a SendItem operation.

public:
 ExchangeWebServices::SendItemResponseType ^ SendItem(ExchangeWebServices::SendItemType ^ SendItem1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/SendItem", 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("ExchangeImpersonation")]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("MailboxCulture")]
public ExchangeWebServices.SendItemResponseType SendItem (ExchangeWebServices.SendItemType SendItem1);
Public Function SendItem (SendItem1 As SendItemType) As SendItemResponseType

Parameters

SendItem1
SendItemType

An instance of the SendItemType class that represents the set of items to send.

Returns

The SendItem(SendItemType) method returns a SendItemResponseType object that contains the status of the SendItem operation.

Attributes

Applies to