Page 1 of 1

MessageComposer DestAddr

Posted: Sat Jun 18, 2016 12:31 pm
by Vladimir
Hello,
MessageComposer has awesome event - evFullMessageReceived
However - I did not find a way to identify destination address in evFullMessageReceived handler.
There is MessageEventHandlerArgs is an argument. args.Parts[0] does not have property DestAddr but have SourceAddr.

How can I get destination address in this event? Otherwise it is useless method.

Thank you.

Re: MessageComposer DestAddr

Posted: Tue Jun 21, 2016 4:23 pm
by alt
Hello Vladimir,

You can cast this item ((DeliverSm)args.Parts[0]).DestAddr