I have run the following code and itâ??s fine for Outlook Express. But for
Outlook, the senderâ??s email address is missing. How to put it
programmatically? TIA.
SessisonObject..SignOn()
SessisonObject.NewSession=.T.
MessageObject.SessionID= SessisonObject .SessionID
MessageObject.Compose
MessageObject.MsgSubject=â??Testâ??
MessageObject.RecipDisplayName=â??Visual FoxProâ??
MessageObject.RecipAddress=â??vfp@microsoft.comâ??
MessageObject. MsgNoteText=â??Helloâ??
MessageObject.Send()
SessisonObject..SignOff()