Gets UIDS of all messages in the current folder (mailbox). Equivalent to Search(Expression.All())

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public List<long> GetAll()
Visual Basic
Public Function GetAll As List(Of Long)
Visual C++
public:
List<long long>^ GetAll()

Return Value

UID list.

See Also