Click or drag to resize

ImapSelectAsync Method

Overload List
  NameDescription
Public methodSelectAsync(String)
Selects specified folder (mailbox) as the current folder so that messages inside can be accessed. Select command will remove the Recent flag since the folder has now been viewed (This is not the same as the Seen IMAP flag).
Public methodSelectAsync(FolderInfo)
Selects specified folder (mailbox) as the current folder so that messages inside can be accessed. Select command will remove the Recent flag since the folder has now been viewed (This is not the same as the Seen IMAP flag).
Top
See Also