I am trying to change the SaveSentMessageFolder property of an Outlook mail item through VFP so that when my application sends an email it is saved in a specific folder (not the default 'Sent Items' folder).
However when I try to change it (e.g. loMailItem.SaveSentMessageFolder = loFolder), instead of changing the folder to which the sent item is saved, it renames the 'Sent Items' folder.
The problem is documented here where the solution given is to use the Set statement. But no such statement exists in VFP. Is there an alternative way of doing this