| ImapProxyAuthAsync Method |
Sends PROXYAUTH command. Allows an authorized administrator to proxy into any user's mailbox.
PROXYAUTH is not a standard IMAP command and your server may reject it.
You can try
LoginPLAIN(String, String, String) in such case.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Task ProxyAuthAsync(
string user
)
Public Function ProxyAuthAsync (
user As String
) As Task
public:
Task^ ProxyAuthAsync(
String^ user
)
member ProxyAuthAsync :
user : string -> Task
Parameters
- user
- Type: SystemString
User mailbox to access.
Return Value
Type:
TaskA task that represents the asynchronous PROXYAUTH operation.
See Also