Initial situation
- creating an
IRDOMail
in drafts, then modifying and saving it - displaying it modal via
IRDOMail.Display
- the user then edits the mail and sends, saves or closes it
- then using
NameSpace.SendAndRecive
to potentially initiate immediate delivery of all undelivered messages submitted in the current session - trying to figure out wether the mail was actually sent or just saved
Problem
IRDOMail.Sent
, aswell asIRDOMail.Submitted
are always false, altough the mail was sent and recieved
Question besides that
- what's the difference between
IRDOMail.Sent
andIRDOMail.Submitted
?