L
Linn Kubler
Hi,
I'm trying to scan through all the items in a public calendar and can get
the subject, start date and time and categories using syntax like this:
Set myRecord = myCustomCalendar.Items().GetFirst
msgbox( "Subject = " & myRecord.Subject )
But I can't seem to figure out how to get the message contents. Looks like
message isn't a property of an appointment. Any suggestions?
Thanks in advance,
Linn
I'm trying to scan through all the items in a public calendar and can get
the subject, start date and time and categories using syntax like this:
Set myRecord = myCustomCalendar.Items().GetFirst
msgbox( "Subject = " & myRecord.Subject )
But I can't seem to figure out how to get the message contents. Looks like
message isn't a property of an appointment. Any suggestions?
Thanks in advance,
Linn