MessageNumberCollectionAdd Method
Adds the specified ordinal message number to the collection.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax
public void Add(
	int messageNumber
)

Parameters

messageNumber
Type: SystemInt32
The ordinal message number.
See Also