Asynchronously deselects the currently selected folder and optionally removes all messages marked as deleted (by using DeleteMessage) from the current folder. After calling this method, WorkingFolder will be null.

      Overload List

      DeselectAsync(Boolean, AsyncCompletedEventHandler, Object)Asynchronously deselects the currently selected folder and optionally removes all messages marked as deleted (by using DeleteMessage) from the current folder. After calling this method, WorkingFolder will be null.DeselectAsync(Boolean, Object)Asynchronously deselects the currently selected folder and optionally removes all messages marked as deleted (by using DeleteMessage) from the current folder. After calling this method, WorkingFolder will be null.DeselectAsync(AsyncCompletedEventHandler, Object)Asynchronously deselects the currently selected folder and permanently removes all messages marked as deleted (by using DeleteMessage) from the current folder. After calling this method, WorkingFolder will be null.DeselectAsync(Object)Asynchronously deselects the currently selected folder and permanently removes all messages marked as deleted (by using DeleteMessage) from the current folder. After calling this method, WorkingFolder will be null.DeselectAsync(Boolean)Asynchronously deselects the currently selected folder and optionally removes all messages marked as deleted (by using DeleteMessage) from the current folder. After calling this method, WorkingFolder will be null.DeselectAsync()Asynchronously deselects the currently selected folder and permanently removes all messages marked as deleted (by using DeleteMessage) from the current folder. After calling this method, WorkingFolder will be null.
      Top

      See Also