Viewing post 1 (of 1 total)
Here is a sample t-sql script; it uses a query to generate an attachment that has the ics format of an appointment;
hope it helps
EXEC msdb.dbo.sp_send_dbmail
@recipients= 'GrahameHorner@thinkpositive.com'
...
December 16, 2009 at 5:29 am
#1092928