![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |