FolderInfoGetContents Method (MessageKind)

Get collection of messages.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MessageInfoCollection GetContents(
	MessageKind kind
)

Parameters

kind
Type: Aspose.Email.Storage.PstMessageKind
The message kind.

Return Value

Type: MessageInfoCollection
Collection of MessageInfo.
See Also