ExchangeServiceBinding.GetItem(GetItemType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The GetItem(GetItemType) method sends the request to and gets the response from a GetItem operation.
public:
ExchangeWebServices::GetItemResponseType ^ GetItem(ExchangeWebServices::GetItemType ^ GetItem1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/GetItem", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare, Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("MailboxCulture")]
[System.Web.Services.Protocols.SoapHeader("ManagementRole")]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
[System.Web.Services.Protocols.SoapHeader("DateTimePrecision")]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("TimeZoneContext")]
public ExchangeWebServices.GetItemResponseType GetItem (ExchangeWebServices.GetItemType GetItem1);
Public Function GetItem (GetItem1 As GetItemType) As GetItemResponseType
Parameters
- GetItem1
- GetItemType
An instance of the GetItemType class that represents the set of items to get.
Returns
The GetItem(GetItemType) method returns a GetItemResponseType object that contains the status of the GetItem operation and the set of items.
- Attributes