FolderInfoAddMessages Method

Provides message adding in a bulk mode.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void AddMessages(
	IEnumerable<MapiMessage> messages
)

Parameters

messages
Type: System.Collections.GenericIEnumerableMapiMessage
An IEnumerator representing the enumerator, which supports iteration over a collection of MapiMessage.
See Also