appointment item

N

Neil McGuire

In the appointment form, there is a variable called "Label". How do you
programatically address it. I have tried the following:
Sub TestLabel()
Dim itmItem As Outlook.AppointmentItem
Set itmItem = ActiveExplorer.Selection.Item(1)
MsgBox itmItem.Label
Set itmItem = Nothing
End Sub
but, of course, itmItem.Label does not exist and causes an error.

Any help will be appreciated.
Neil



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 

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