ImapMessageInfoCollectionBase Constructor (IListImapMessageInfo) |
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic ImapMessageInfoCollectionBase(
IList<ImapMessageInfo> list
)
Public Sub New (
list As IList(Of ImapMessageInfo)
)
public:
ImapMessageInfoCollectionBase(
IList<ImapMessageInfo^>^ list
)
new :
list : IList<ImapMessageInfo> -> ImapMessageInfoCollectionBase
Parameters
- list
- Type: System.Collections.GenericIListImapMessageInfo
The list that is wrapped by the new collection.
See Also