VB Script for a New meeting request.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am having a bit of trouble. I recently created a form for my job that
allows me to email the form once it is filled out with a click of a button
that I inserted below the form.
I would like to program the button to pull up an Outlook meeting request
instead of just the normal email message.

Does anyone know what code I use to make this function possible in InfoPath?

This is the code that I have used so far:
var olAppointmentItem = 1;
{
this.Subject = Subject;
this.Location = Location;
this.Start = Start;
this.ReminderMinutesBeforeStart = ReminderMinutesBeforeStart;
}

But it still brings up the same old Outlook Mail message. Please let me
know if there is any other code that I can use to program this the way I want.

Thanks,
Hons24
 
Will this code work with programing a button in MS InfoPath 2003 when
programing a button?

Thanks,
Ron
 

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

Back
Top