ExchangeServiceBinding.GetFolder(GetFolderType) Method

Definition

The GetFolder(GetFolderType) method sends the request to and gets the response from a GetFolder operation.

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

Parameters

GetFolder1
GetFolderType

An instance of the GetFolderType class that represents the set of folders to get.

Returns

The GetFolder(GetFolderType) method returns a GetFolderResponseType object that contains the status of the GetFolder operation and a set of folders.

Attributes

Applies to