Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the account ID.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
void UpdateAccount(
string wssUserName,
SerializableEmailAccountInfo accountInfo,
string addinId,
string operationId
)
void UpdateAccount(
String^ wssUserName,
SerializableEmailAccountInfo^ accountInfo,
String^ addinId,
String^ operationId
)
Sub UpdateAccount (
wssUserName As String,
accountInfo As SerializableEmailAccountInfo,
addinId As String,
operationId As String
)
Parameters
wssUserName
Type: System.StringThe name of the user associated with the account.
accountInfo
Type: Microsoft.WindowsServerSolutions.HostedEmail.SerializableEmailAccountInfoThe updated account information.
addinId
Type: System.StringThe ID of the add-in.
operationId
Type: System.StringThe ID of the operation.
See Also
IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top