ImapMessageInfoCollection.ImapMessageInfoCollection

ImapMessageInfoCollection()

Initializes a new instance of the ImapMessageCollection class.

public ImapMessageInfoCollection()

See Also


ImapMessageInfoCollection(IEnumerable<ImapMessageInfo>)

Initializes a new instance of the ImapMessageCollection class

public ImapMessageInfoCollection(IEnumerable<ImapMessageInfo> messageInfoEn)
ParameterTypeDescription
messageInfoEnIEnumerable`1initial value

See Also