Ok, I got this far and following is working except, it doesn't like DestinationType = 2 which is for Email option and the most important property I need to set. We use Crystal 8.5 here which I believe supports the email function. Any idea how I can make this work?????
'objExportOptions.DestinationType = 2
objExportOptions.MailToList = vAddress
objExportOptions.MailSubject = "Report file requested from the system"
objExportOptions.MailMessage = "Here is the document..."
objExportOptions.FormatType = 21
Thanks!!