Asynchronously subscribes to the specified folder of the IMAP4 account, adding it to a list of active folders that
appear in the folder
listings with
subscribedOnly parameter set
to
true
.
SubscribeAsync(String, AsyncCompletedEventHandler, Object) | Asynchronously subscribes to the specified folder of the IMAP4 account, adding it to a list of active folders that
appear in the folder listings with subscribedOnly parameter set
to true . |
SubscribeAsync(String, Object) | Asynchronously subscribes to the specified folder of the IMAP4 account, adding it to a list of active folders that
appear in the folder listings with subscribedOnly parameter set
to true . |
SubscribeAsync(String) | Asynchronously subscribes to the specified folder of the IMAP4 account, adding it to a list of active folders that
appear in the folder listings with subscribedOnly parameter set
to true . |
Top