Click or drag to resize

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.0.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,
	ConnectionParameters connectionParameters
)

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
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials.

Return Value

Type: Stream
A RestResponse containing the operation results.
See Also