IEWSClient.FindConversations

IEWSClient.FindConversations method

Finds conversations in the specified folder

public ExchangeConversation[] FindConversations(string folderId)
ParameterTypeDescription
folderIdStringAn id of folder in which search

Return Value

An array of found ExchangeConversation

Exceptions

exceptioncondition
AsposeArgumentExceptionfolderId is null or empty

See Also