Hello,
I'm looking for a solution to send e-mail's invitations meetings (I mean appointments thanks to Outlook or Lotus).
I know how to send mail. I'm using this :
loMsg = createobject ("CDO.Message"
WITH loMsg
.To = "xxx@yyy.com"
.Subject = "Subject"
ENDWITH
loMsg.send
But I'm lost with the sending of appointments
Any idea ? Please help...
Does the solution depend on the software (Outlook, Lotus, ...) or is there a single solution ?
thanks in advance
I'm looking for a solution to send e-mail's invitations meetings (I mean appointments thanks to Outlook or Lotus).
I know how to send mail. I'm using this :
loMsg = createobject ("CDO.Message"
WITH loMsg
.To = "xxx@yyy.com"
.Subject = "Subject"
ENDWITH
loMsg.send
But I'm lost with the sending of appointments
Any idea ? Please help...
Does the solution depend on the software (Outlook, Lotus, ...) or is there a single solution ?
thanks in advance