: ExchangeServiceBinding.CreateFolder (Método) (Microsoft.SharePoint.Portal.WebControls)
Creates a folder.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<SoapHeaderAttribute("SerializedSecurityContext")> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("MailboxCulture")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/CreateFolder", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction:=SoapHeaderDirection.Out)> _
Public Function CreateFolder ( _
CreateFolder1 As CreateFolderType _
) As CreateFolderResponseType
'Uso
Dim instance As ExchangeServiceBinding
Dim CreateFolder1 As CreateFolderType
Dim returnValue As CreateFolderResponseType
returnValue = instance.CreateFolder(CreateFolder1)
[SoapHeaderAttribute("SerializedSecurityContext")]
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapHeaderAttribute("MailboxCulture")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/CreateFolder", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)]
public CreateFolderResponseType CreateFolder (
CreateFolderType CreateFolder1
)
Parámetros
- CreateFolder1
A folder to create.
Valor devuelto
An object representing a folder.
Vea también
Referencia
ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)