Compartir a través de


ExchangeServiceBinding.FindFolder(FindFolderType) Método

Definición

El FindFolder(FindFolderType) método envía la solicitud a y obtiene la respuesta de una operación FindFolder.

public:
 ExchangeWebServices::FindFolderResponseType ^ FindFolder(ExchangeWebServices::FindFolderType ^ FindFolder1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/FindFolder", 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("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("ManagementRole")]
[System.Web.Services.Protocols.SoapHeader("TimeZoneContext")]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public ExchangeWebServices.FindFolderResponseType FindFolder (ExchangeWebServices.FindFolderType FindFolder1);
Public Function FindFolder (FindFolder1 As FindFolderType) As FindFolderResponseType

Parámetros

FindFolder1
FindFolderType

Instancia de la FindFolderType clase que representa la consulta que se usa para buscar carpetas.

Devoluciones

El FindFolder(FindFolderType) método devuelve un objeto FindFolderResponseType que contiene el resultado de la consulta de la operación FindFolder.

Atributos

Se aplica a