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
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