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