ComponentPro UltimateMail

      UnsubscribeAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Asynchronously unsubscribes the previously subscribed folder (using the Subscribe method) of the IMAP4 account, removing it from the list of active folders that appear in the folder listings with subscribedOnly parameter set to true.

      Overload List

      UnsubscribeAsync(String, AsyncCompletedEventHandler, Object)Asynchronously unsubscribes the previously subscribed folder (using the Subscribe method) of the IMAP4 account, removing it from the list of active folders that appear in the folder listings with subscribedOnly parameter set to true.UnsubscribeAsync(String, Object)Asynchronously unsubscribes the previously subscribed folder (using the Subscribe method) of the IMAP4 account, removing it from the list of active folders that appear in the folder listings with subscribedOnly parameter set to true.UnsubscribeAsync(String)Asynchronously unsubscribes the previously subscribed folder (using the Subscribe method) of the IMAP4 account, removing it from the list of active folders that appear in the folder listings with subscribedOnly parameter set to true.
      Top

      See Also