How can I change the property SenderName and SenderEmailAddress in a .msg file, not from within Outlook?
I know that this is not possible with the Outlook COM, because it is a read only property.
I tried using the class Redemption.RDOSession and the method GetMessageFromMsgFile but all the properties were null.