| IDRARestServerUserArchiveMailboxCreate Method |
Create an archive mailbox for the specified user
UriTemplate: /dra/domains/{domainFqdn}/users/mailbox/archive/post
Namespace:
NetIQ.DRA.RestServiceLibrary
Assembly:
NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax [OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json,
RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped,
UriTemplate = "/dra/domains/{domainFqdn}/users/mailbox/archive/post")]
Stream UserArchiveMailboxCreate(
string domainFqdn,
string userIdentifier,
string archiveMailboxName,
string mailboxStore,
bool useAutomaticMailboxStore,
bool isRemoteMailbox,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/domains/{domainFqdn}/users/mailbox/archive/post")>
Function UserArchiveMailboxCreate (
domainFqdn As String,
userIdentifier As String,
archiveMailboxName As String,
mailboxStore As String,
useAutomaticMailboxStore As Boolean,
isRemoteMailbox As Boolean,
connectionParameters As ConnectionParameters
) As Stream
Parameters
- domainFqdn
- Type: SystemString
The FQDN of the domain where the user is located. - userIdentifier
- Type: SystemString
A string identifying the user. Supported formats are: name or distinguishedName. - archiveMailboxName
- Type: SystemString
The archive mailbox name. - mailboxStore
- Type: SystemString
The archive mailbox databae store. - useAutomaticMailboxStore
- Type: SystemBoolean
Automatically choose a mailbox store on the Exchange server specified in mailboxStore - isRemoteMailbox
- Type: SystemBoolean
A flag to denote it's a remote archive mailbox. - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials.
Return Value
Type:
StreamA
RestResponse containing the operation results.
See Also