I have run into this case that if I have obtained a MailItem
from OOM and this email is a newly created one, it's entry ID would be null
. If I use the RDOSession.GetRDOObjectFromOutlookObject
method to get an RDOMail
from this MailItem
, the obtained RDOMail
would have all of properties either null or set to their default value and changing them won't change the value for the corresponding properties in the original MailItem
.
Using the same method to get RDOMail
from an existing MailItem
(one that has a valid entry ID) works fine.
This behaviour is not documented in the Redemption documentation. Just wondering if I'm missing anything here?