Click or drag to resize

ImapProxyAuth 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 void ProxyAuth(
	string user
)

Parameters

user
Type: SystemString
User mailbox to access.
See Also