Calendar Event Body Field

L

lms

I have in the form of my Outlook 2007 contact form, a scipt code tha
creates a calendar event for the contact that I have opened. I
addition to the standard areas of it, I found out that I can add to th
body area of the Calendar Event, the words from different fields in th
contact itself. So if I want to show the phone number of the contac
in the calendar event body field, there is the following where th
txtMobile has the title "Mobile Number and then below it, the phon
number which comes from the mobile number in the contact which is name
Phone4.

There are also othe fields from the contact that we can the same as
just refer to the name of the field.

But for an email address, it does not work. I have tried refering t
the email address name "Email" and also the Value field name, an
nothing works.....so below is the standard code line and does anyon
know what to change so it refers to the email address in the contact?
Thanks so much!!

Dim txtMobile

i
item.getinspector.modifiedformpages("General").controls("Phone4").tex
<> "" then txtMobile = "Mobile Number" & ": " & vbcrlf
item.getinspector.modifiedformpages("General").controls("Phone4").text
vbcrlf

itmappt.body =txtMobil
 

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

Top