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.26106.1555
Syntax
public bool Move { get; }

Property Value

Boolean
See Also