 | IDRARestServerOnlineSharedMailboxSetInfo Method |
Updates the properties of an online shared mailbox
UriTemplate: /dra/tenants/{tenantIdentifier}/onlinesharedmailboxes/put
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/put")]
Stream OnlineSharedMailboxSetInfo(
string tenantIdentifier,
string onlineSharedMailboxIdentifier,
OnlineSharedMailbox onlineSharedMailbox,
ConnectionParameters connectionParameters
)<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/tenants/{tenantIdentifier}/onlinesharedmailboxes/put")>
Function OnlineSharedMailboxSetInfo (
tenantIdentifier As String,
onlineSharedMailboxIdentifier As String,
onlineSharedMailbox As OnlineSharedMailbox,
connectionParameters As ConnectionParameters
) As StreamParameters
- tenantIdentifier
- Type: SystemString
The GUID or displayname of the tenant where the online shared mailbox is. - onlineSharedMailboxIdentifier
- Type: SystemString
A string identifying an online shared mailbox to be updated. Supported formats are: name and distinguishedName. - onlineSharedMailbox
- Type: NetIQ.DRA.Common.Rest.DataModelsOnlineSharedMailbox
A OnlineSharedMailbox object containing the properties to update - 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