Click or drag to resize

ImapMoveByUIDAsync Method

Overload List
  NameDescription
Public methodMoveByUIDAsync(ListInt64, FolderInfo)
Moves the specified email messages to the specified destination folder (mailbox). Uses copy and delete, if Move is unavailable.
Public methodMoveByUIDAsync(ListInt64, String)
Moves the specified email messages to the specified destination folder (mailbox). Uses copy and delete, if Move is unavailable.
Public methodMoveByUIDAsync(Int64, FolderInfo)
Moves the specified email message to the specified destination folder (mailbox). Uses copy and delete, if Move is unavailable.
Public methodMoveByUIDAsync(Int64, String)
Moves the specified email message to the specified destination folder (mailbox). Uses copy and delete, if Move is unavailable.
Top
See Also