How to call SimpleMail via the RDS.DataSpace object remotely?
Created 2004-06-15 by Tamsila-Q-Siddique
We need to call SimpleMail via the RDS.DataSpace object remotely. I can't find the "OneStopSend" arguments to pass to that function. What to do?
For calling SimpleMail via the RDS.DataSpace Object remotely, use the list of arguments mentioned below. These arguments would be passed on to the function. You will find a description (way down below) about two of the arguments, meanwhile most of the arguments are pretty self-explanatory. The arguments are:
VARIANT *pStatus,
VARIANT *pLastStatusMsg,
BSTR pMailServer,
int iPort,
BSTR pSender,
BSTR pSenderName,
BSTR pRecipient,
BSTR pRecipientName,
BSTR pCCRecipient,
BSTR pCCRecipientName,
BSTR pBCCRecipient,
BSTR pSubject,
BSTR pMsg
pStatus = ByRef variable to receive the last status.
pLastStatusMsg = ByRef variable to receive the last status message.
|