IGraphClient.ListMessages

ListMessages(string)

List MessageInfo from the parent folder.

public MessageInfoCollection ListMessages(string id)
ParameterTypeDescription
idStringParent folder id

Return Value

Returns list of MessageInfo of the folder

See Also


ListMessages(string, PageInfo, MailQuery)

List MessageInfo from the parent folder.

public GraphMessagePageInfo ListMessages(string id, PageInfo page, MailQuery query)
ParameterTypeDescription
idStringParent folder id
pagePageInfoA page info
queryMailQueryMailQuery that represents search query

Return Value

Returns list of MessageInfo of the folder

See Also