SmarterMail Pro™ Administration Web Services

svcUserAdmin.UpdateUserAutoResponseInfo Method 

Updates the specified user's auto response settings.

public GenericResult UpdateUserAutoResponseInfo(
   string AuthUserName,
   string AuthPassword,
   string EmailAddress,
   bool Enabled,
   string Subject,
   string Body
);

Parameters

AuthUserName
User name with domain administrative privileges
AuthPassword
Password for AuthUserName
EmailAddress
Email address for the user account to be updated
Enabled
Determines if the auto responder should be enabled for the specified account
Subject
Auto responder message subject
Body
Auto responder message body

Return Value

A GenericResult instance containing the results of the UpdateUserAutoResponseInfo action.

See Also

svcUserAdmin Class | svcUserAdmin Namespace