Adds the ImapFolder to the ImapFolderCollection.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Sub Add ( _
	item As ImapFolder _
)
C#
public void Add(
	ImapFolder item
)

Parameters

item
Type: Rebex.Net..::..ImapFolder
The ImapFolder to be added to the ImapFolderCollection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also