 | IDRARestServerOnlineSharedMailboxCreate Method |
Creates a new online shared mailbox object
UriTemplate: /dra/tenants/{tenantIdentifier}/onlinesharedmailboxes/post
Namespace:
NetIQ.DRA.RestServiceLibrary
Assembly:
NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.3.0.1
Syntax[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json,
RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped,
UriTemplate = "/dra/tenants/{tenantIdentifier}/onlinesharedmailboxes/post")]
Stream OnlineSharedMailboxCreate(
string tenantIdentifier,
OnlineSharedMailbox onlineSharedMailbox,
ConnectionParameters connectionParameters
)<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/tenants/{tenantIdentifier}/onlinesharedmailboxes/post")>
Function OnlineSharedMailboxCreate (
tenantIdentifier As String,
onlineSharedMailbox As OnlineSharedMailbox,
connectionParameters As ConnectionParameters
) As StreamParameters
- tenantIdentifier
- Type: SystemString
The GUID or display name of the tenant where the new online shared mailbox is to be created - onlineSharedMailbox
- Type: NetIQ.DRA.Common.Rest.DataModelsOnlineSharedMailbox
The OnlineSharedMailbox object to create - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials.
Return Value
Type:
StreamA
GetOnlineSharedMailboxPropertiesResponse containing the operation results.
See Also