Returns addresses of senders (used to add as parties)
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
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 static IEnumerable<Address> GetSenderAddresses( string eBoksReplySenderAddressKey, IEnumerable<string> addressKeys, ODataService ctx )
Parameters
- eBoksReplySenderAddressKey
- Type: SystemString
Address key of sender - addressKeys
- Type: System.Collections.GenericIEnumerableString
Address keys taken from the dkal attachment - ctx
- Type: ODataService
OData service context
Return Value
Type: IEnumerableAddressA list of addresses of all the suplied adress keys - except the closed addresses
See Also