SaveMailEmailGetContacts Method |
Populates
Contacts with all recipients of the email.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailAssembly: 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)
Syntaxpublic IEnumerable<string> GetContacts(
ODataService ctx,
Dictionary<string, string> partyMap
)
Public Function GetContacts (
ctx As ODataService,
partyMap As Dictionary(Of String, String)
) As IEnumerable(Of String)
public:
IEnumerable<String^>^ GetContacts(
ODataService^ ctx,
Dictionary<String^, String^>^ partyMap
)
member GetContacts :
ctx : ODataService *
partyMap : Dictionary<string, string> -> IEnumerable<string>
Parameters
- ctx ODataService
- ODataService reference
- partyMap DictionaryString, String
- PartyMap that should be used to find contacts. May be empty.
Return Value
IEnumerableStringList of not found emails.
See Also