Click or drag to resize

ImapCapabilitiesMove Property

Gets information if information if MOVE extension is supported. Allows using MOVE command for MoveByUID(Int64, FolderInfo) and MoveByNumber(Int64, FolderInfo) methods. (RFC 6851)

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public bool Move { get; }

Property Value

Type: Boolean
See Also