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 = (e-mail address removed)
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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top