Populates Contacts with all recipients of the email.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.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: IEnumerableStringList of not found emails.
See Also