|
-
Oct 9th, 2000, 06:25 AM
#1
Thread Starter
New Member
Dim olAppt As Outlook.AppointmentItem
.
.
.
Set olRecipient = olNameSpace.GetRecipientFromID(olNameSpace.CurrentUser.EntryID)
Set olAppt = olNameSpace.GetDefaultFolder(olFolderCalendar).Items.Find(strFind)
.
.
Is there anyway to check if olAppt actual found any appiontments??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|