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
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