 | 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.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic void ProxyAuth(
string user
)
Public Sub ProxyAuth (
user As String
)
public:
void ProxyAuth(
String^ user
)
member ProxyAuth :
user : string -> unit Parameters
- user String
- User mailbox to access.
See Also