FolderInfo.AddMessages

FolderInfo.AddMessages method

Provides message adding in a bulk mode.

public void AddMessages(IEnumerable<MapiMessage> messages)
ParameterTypeDescription
messagesIEnumerable`1An IEnumerator representing the enumerator, which supports iteration over a collection of MapiMessage.

Exceptions

exceptioncondition
NotImplementedExceptionThrown when attempting to edit the ANSI file version.

See Also