A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Customized Meeting Request Form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 5th 07, 03:03 PM posted to microsoft.public.outlook.program_forms
Vidya[_2_]
external usenet poster
 
Posts: 17
Default Customized Meeting Request Form

Hello ,

I have created a new customized Meeting request form which access the
Global Address book and displays the data on the form on a new page (P.2) .
It also will access the Microscoft Access Database to fetch more
information and display on the form page P.2 .
I have published this form on a Public folder and also set this form to
be the "Default form" for my mailbox calendar. ( i.e., changed the settings
of "When posting to this folder, Use" property of the calendar folder to
this new customized form).
When i do this setting on my calendar, the code works and fetches the
data from both the Global address book and the database.

My Query is : When i add another persons mailbox and set this new
customized form as the "Default form" ( i.e., changed the settings of "When
posting to this folder, Use" property of the calendar folder to this
new customized form), the Form does not work.. i.e., the vb code written for
the form doesnot get executed.

Do i have to set any other properties so that this code of the form
works on other mailboxes aswell ?

Thanking you

Regards,
Vidya





  #2  
Old October 5th 07, 03:36 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Customized Meeting Request Form

Yes, you need to change an option to allow code to run from forms in other users' mailboxes. See http://www.outlookcode.com/d/secforms.htm

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Vidya" wrote in message ...
Hello ,

I have created a new customized Meeting request form which access the
Global Address book and displays the data on the form on a new page (P.2) .
It also will access the Microscoft Access Database to fetch more
information and display on the form page P.2 .
I have published this form on a Public folder and also set this form to
be the "Default form" for my mailbox calendar. ( i.e., changed the settings
of "When posting to this folder, Use" property of the calendar folder to
this new customized form).
When i do this setting on my calendar, the code works and fetches the
data from both the Global address book and the database.

My Query is : When i add another persons mailbox and set this new
customized form as the "Default form" ( i.e., changed the settings of "When
posting to this folder, Use" property of the calendar folder to this
new customized form), the Form does not work.. i.e., the vb code written for
the form doesnot get executed.

Do i have to set any other properties so that this code of the form
works on other mailboxes aswell ?

Thanking you

Regards,
Vidya





  #3  
Old October 8th 07, 05:36 AM posted to microsoft.public.outlook.program_forms
Vidya[_2_]
external usenet poster
 
Posts: 17
Default Customized Meeting Request Form

Thank you, that really helped.

I have another query : How can i read the name of the mailbox ?



"Sue Mosher [MVP-Outlook]" wrote in message
...
Yes, you need to change an option to allow code to run from forms in other
users' mailboxes. See http://www.outlookcode.com/d/secforms.htm

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Vidya" wrote in message
...
Hello ,

I have created a new customized Meeting request form which access the
Global Address book and displays the data on the form on a new page (P.2)

..
It also will access the Microscoft Access Database to fetch more
information and display on the form page P.2 .
I have published this form on a Public folder and also set this form to
be the "Default form" for my mailbox calendar. ( i.e., changed the

settings
of "When posting to this folder, Use" property of the calendar folder

to
this new customized form).
When i do this setting on my calendar, the code works and fetches the
data from both the Global address book and the database.

My Query is : When i add another persons mailbox and set this new
customized form as the "Default form" ( i.e., changed the settings of

"When
posting to this folder, Use" property of the calendar folder to

this
new customized form), the Form does not work.. i.e., the vb code written

for
the form doesnot get executed.

Do i have to set any other properties so that this code of the form
works on other mailboxes aswell ?

Thanking you

Regards,
Vidya







  #4  
Old October 8th 07, 12:23 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Customized Meeting Request Form

It's not clear what name you're looking for or how that relates to your earlier issue. Application.Session.CurrentUser returns an AddressEntry for the current user.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Vidya" wrote in message ...
Thank you, that really helped.

I have another query : How can i read the name of the mailbox ?



"Sue Mosher [MVP-Outlook]" wrote in message
...
Yes, you need to change an option to allow code to run from forms in other
users' mailboxes. See http://www.outlookcode.com/d/secforms.htm

"Vidya" wrote in message
...
Hello ,

I have created a new customized Meeting request form which access the
Global Address book and displays the data on the form on a new page (P.2)

.
It also will access the Microscoft Access Database to fetch more
information and display on the form page P.2 .
I have published this form on a Public folder and also set this form to
be the "Default form" for my mailbox calendar. ( i.e., changed the

settings
of "When posting to this folder, Use" property of the calendar folder

to
this new customized form).
When i do this setting on my calendar, the code works and fetches the
data from both the Global address book and the database.

My Query is : When i add another persons mailbox and set this new
customized form as the "Default form" ( i.e., changed the settings of

"When
posting to this folder, Use" property of the calendar folder to

this
new customized form), the Form does not work.. i.e., the vb code written

for
the form doesnot get executed.

Do i have to set any other properties so that this code of the form
works on other mailboxes aswell ?

Thanking you

Regards,
Vidya







  #5  
Old October 9th 07, 05:26 AM posted to microsoft.public.outlook.program_forms
Vidya[_2_]
external usenet poster
 
Posts: 17
Default Customized Meeting Request Form

Actually that new customized meeting request form is set as the default form
for a few Meeting Room Mailboxes.
Based on the selected meeting room, information has to be populated in the
new customized meeting request form(ie., when the form is loaded).
So how do i get the information about the Mailbox name so that this
information can be populated.


"Sue Mosher [MVP-Outlook]" wrote in message
...
It's not clear what name you're looking for or how that relates to your
earlier issue. Application.Session.CurrentUser returns an AddressEntry for
the current user.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Vidya" wrote in message
...
Thank you, that really helped.

I have another query : How can i read the name of the mailbox ?



"Sue Mosher [MVP-Outlook]" wrote in message
...
Yes, you need to change an option to allow code to run from forms in other
users' mailboxes. See http://www.outlookcode.com/d/secforms.htm

"Vidya" wrote in message
...
Hello ,

I have created a new customized Meeting request form which access the
Global Address book and displays the data on the form on a new page (P.2)

.
It also will access the Microscoft Access Database to fetch more
information and display on the form page P.2 .
I have published this form on a Public folder and also set this form

to
be the "Default form" for my mailbox calendar. ( i.e., changed the

settings
of "When posting to this folder, Use" property of the calendar folder

to
this new customized form).
When i do this setting on my calendar, the code works and fetches the
data from both the Global address book and the database.

My Query is : When i add another persons mailbox and set this new
customized form as the "Default form" ( i.e., changed the settings of

"When
posting to this folder, Use" property of the calendar folder to

this
new customized form), the Form does not work.. i.e., the vb code written

for
the form doesnot get executed.

Do i have to set any other properties so that this code of the form
works on other mailboxes aswell ?

Thanking you

Regards,
Vidya









  #6  
Old October 9th 07, 12:21 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Customized Meeting Request Form

Actually that new customized meeting request form is set as the default form
for a few Meeting Room Mailboxes.


Could you explain what you mean by that, please?

Based on the selected meeting room


Selected where? On the Scheduling tab of the form?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Vidya" wrote in message ...
Actually that new customized meeting request form is set as the default form
for a few Meeting Room Mailboxes.
Based on the selected meeting room, information has to be populated in the
new customized meeting request form(ie., when the form is loaded).
So how do i get the information about the Mailbox name so that this
information can be populated.


"Sue Mosher [MVP-Outlook]" wrote in message
...
It's not clear what name you're looking for or how that relates to your
earlier issue. Application.Session.CurrentUser returns an AddressEntry for
the current user.



"Vidya" wrote in message
...
Thank you, that really helped.

I have another query : How can i read the name of the mailbox ?



"Sue Mosher [MVP-Outlook]" wrote in message
...
Yes, you need to change an option to allow code to run from forms in other
users' mailboxes. See http://www.outlookcode.com/d/secforms.htm

"Vidya" wrote in message
...
Hello ,

I have created a new customized Meeting request form which access the
Global Address book and displays the data on the form on a new page (P.2)

.
It also will access the Microscoft Access Database to fetch more
information and display on the form page P.2 .
I have published this form on a Public folder and also set this form

to
be the "Default form" for my mailbox calendar. ( i.e., changed the

settings
of "When posting to this folder, Use" property of the calendar folder

to
this new customized form).
When i do this setting on my calendar, the code works and fetches the
data from both the Global address book and the database.

My Query is : When i add another persons mailbox and set this new
customized form as the "Default form" ( i.e., changed the settings of

"When
posting to this folder, Use" property of the calendar folder to

this
new customized form), the Form does not work.. i.e., the vb code written

for
the form doesnot get executed.

Do i have to set any other properties so that this code of the form
works on other mailboxes aswell ?

Thanking you

Regards,
Vidya









 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Customized Meeting request Form Vidya[_2_] Outlook - Using Forms 5 September 18th 07 02:53 PM
Com Add-in for Publishing a customized form in a public folder and setting this form as deafult form for the calendar Vidya[_2_] Add-ins for Outlook 0 September 17th 07 09:47 AM
Meeting request form Bill Outlook - Using Forms 0 March 22nd 06 06:46 PM
Custom Meeting Request Form ML Outlook - Using Forms 5 February 15th 06 04:23 PM
Open meeting request using standard form GR Outlook - Using Forms 1 February 13th 06 08:49 PM


All times are GMT +1. The time now is 03:56 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.