ImapClient.SubscribeFolder

SubscribeFolder(IConnection, string)

Sent the SUBSCRIBE command that adds the specified mailbox name to the server’s set of “active” mailboxes.

public void SubscribeFolder(IConnection connection, string folderName)
ParameterTypeDescription
connectionIConnectionConnection to a server
folderNameStringName of the folder

See Also


SubscribeFolder(string)

Sent the SUBSCRIBE command that adds the specified mailbox name to the server’s set of “active” mailboxes.

public void SubscribeFolder(string folderName)
ParameterTypeDescription
folderNameStringName of the folder

See Also