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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public void Add(
	int messageNumber
)

Parameters

messageNumber
Type: SystemInt32
The ordinal message number.
See Also