: ExchangeServiceBinding.FindFolder (Método) (Microsoft.SharePoint.Portal.WebControls)
Uses Exchange Web Services to find subfolders of an identified folder.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/FindFolder", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("SerializedSecurityContext")> _
<SoapHeaderAttribute("MailboxCulture")> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction:=SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
Public Function FindFolder ( _
FindFolder1 As FindFolderType _
) As FindFolderResponseType
'Uso
Dim instance As ExchangeServiceBinding
Dim FindFolder1 As FindFolderType
Dim returnValue As FindFolderResponseType
returnValue = instance.FindFolder(FindFolder1)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/FindFolder", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)]
[SoapHeaderAttribute("SerializedSecurityContext")]
[SoapHeaderAttribute("MailboxCulture")]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)]
[SoapHeaderAttribute("ExchangeImpersonation")]
public FindFolderResponseType FindFolder (
FindFolderType FindFolder1
)
Parámetros
- FindFolder1
Folder for which to return subfolder data.
Valor devuelto
A set of properties that describe the set of subfolders.
Comentarios
This element lives in the SOAP envelope.
FindFolder is also used to find managed folders.
FindFolder returns only the first 512 bytes of any streamable property. For Unicode, it returns the first 255 characters by using a null-terminated Unicode string.
Sorting functionality and grouped queries are not available for FindFolder responses.
Vea también
Referencia
ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)