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

SUE Mosher/To Notes field's value through VBScript in Appointment Form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 21st 06, 01:03 PM
Satish Boddapati Satish Boddapati is offline
Junior Member
 
First recorded activity at Outlookbanter: Sep 2006
Posts: 21
Question SUE Mosher/To Notes field's value through VBScript in Appointment Form

Hi Sue/All,
How to access Notes field on Appointment/Calendar form into a variable in VBScript from outlook?
Is there any method to get the access through Item.GetInspector etc..
Because when I start to design the Appoitnment form on outlook, it is not displaying as
in the case of Contact form design (like to set individual properties in Contact form).

I want to programmatically(through VBScript) get the value that is available in Notes
field on Appointment form in Outlook/Calendar form in outlook.


Any body, Please suggest

Regards
Sathish Boddapati
Ads
  #2  
Old September 21st 06, 07:50 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default SUE Mosher/To Notes field's value through VBScript in Appointment Form

Take a look at the AppointmentItem.Body property.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Satish Boddapati" wrote in message ...

Hi Sue/All,
How to access Notes field on Appointment/Calendar form into a
variable in VBScript from outlook?
Is there any method to get the access through Item.GetInspector
etc..
Because when I start to design the Appoitnment form on outlook, it is
not displaying as
in the case of Contact form design (like to set individual properties
in Contact form).

I want to programmatically(through VBScript) get the value that is
available in Notes
field on Appointment form in Outlook/Calendar form in outlook.


Any body, Please suggest

Regards
Sathish Boddapati




--
Satish Boddapati

  #3  
Old September 21st 06, 09:16 PM posted to microsoft.public.outlook.program_forms
Hollis Paul [MVP - Outlook]
external usenet poster
 
Posts: 138
Default SUE Mosher/To Notes field's value through VBScript in Appointment Form

In article , Satish
Boddapati wrote:
I want to programmatically(through VBScript) get the value that is
available in Notes
field on Appointment form in Outlook/Calendar form in outlook.

You can find this stuff by opening an appointment in design mode,
clicking on the script editor, then striking F2, to bring up the Object
browser. In the Object browser, select an appointment item in the left
panel, and you will see all the objects defined for the appointment
object. Now, you will quite rightly note that there is no object
defined for notes or note. But, there is a body object. If you select
that, and then the help button, you will get enough information to
conclude that body is the name of the control that you are referring to
as the notes field. It is not a field, it is a control, and the
control's name is body. Its bound to a field, but I haven't tried to
look for that. But the help info says it is a string, so body.text
should work.

But, remember, the appointment has only one body, so treat it well.

--
Hollis Paul
Mukilteo, WA USA


 




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
SUE Mosher / How to link and modify the data in Notes field in Appointment form Satish Boddapati Outlook - Using Forms 1 September 19th 06 01:26 PM
Outlook form with vbscript Corey H. Outlook - Using Forms 11 September 15th 06 11:36 PM
Attention Sue Mosher - Calendar Tentative henry Outlook - Calandaring 1 July 10th 06 03:33 PM
Slipstick Question for Sue Mosher MVP Jack Barrett Outlook - General Queries 1 February 4th 06 06:11 PM
SUE MOSHER: External Recipients in Global Distribution lists Lisa Outlook - Using Contacts 2 January 18th 06 04:46 PM


All times are GMT +1. The time now is 06:47 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.