ImapMessageInfoCollection.AddRange

ImapMessageInfoCollection.AddRange method

Adds the enumeration of ImapMessageInfo objects to the end of the collection

public void AddRange(IEnumerable<ImapMessageInfo> messageInfos)
ParameterTypeDescription
messageInfosIEnumerable`1

See Also