Problem with email only for some users

J

John Sivilla

Hi,

I have had a form which uses the following code to send an html version of
the form, and attaches any attachment in an attachments control.

var objEmail;
objEmail = Application.ActiveWindow.MailEnvelope;
objEmail.To = [email protected]
objEmail.Subject = "Subject"
objEmail.Visible = true;

For some users the attachment is not sent, only the html version of the form.

what settings or reasons can cause this?
thanks,
John Sivilla
Developer IT
Montreal, Canada
Blog: http://spaces.msn.com/members/sivilian/
 
Top