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

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

Parameters

messageNumber
Type: SystemInt32
The ordinal message number.
See Also