Click or drag to resize

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.26106.1555
Syntax
public Task ProxyAuthAsync(
	string user,
	CancellationToken cancel = default
)

Parameters

user  String
User mailbox to access.
cancel  CancellationToken  (Optional)
A cancellation token that can be used to signal the asynchronous operation should be canceled.

Return Value

Task
A task that represents the asynchronous PROXYAUTH operation.
See Also