Click or drag to resize

DigitalPostMessageRetrieverGetSenderAddresses Method

Returns addresses of senders (used to add as parties)

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
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 static IEnumerable<Address> GetSenderAddresses(
	string eBoksReplySenderAddressKey,
	IEnumerable<string> addressKeys,
	ODataService ctx
)

Parameters

eBoksReplySenderAddressKey  String
Address key of sender
addressKeys  IEnumerableString
Address keys taken from the dkal attachment
ctx  ODataService
OData service context

Return Value

IEnumerableAddress
A list of addresses of all the suplied adress keys - except the closed addresses
See Also