Click or drag to resize

SaveMailEmailGetContacts Method

Populates Contacts with all recipients of the email.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public IEnumerable<string> GetContacts(
	ODataService ctx,
	Dictionary<string, string> partyMap
)

Parameters

ctx  ODataService
ODataService reference
partyMap  DictionaryString, String
PartyMap that should be used to find contacts. May be empty.

Return Value

IEnumerableString
List of not found emails.
See Also