SaveMailEmailGetContacts Method

Scanjour Workflow4 Reference Manual
Populates Contacts with all recipients of the email.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public IEnumerable<string> GetContacts(
	ODataService ctx,
	Dictionary<string, string> partyMap
)

Parameters

ctx
Type: ODataService
ODataService reference
partyMap
Type: System.Collections.GenericDictionaryString, String
PartyMap that should be used to find contacts. May be empty.

Return Value

Type: IEnumerableString
List of not found emails.
See Also

Reference