How to make vb6 talk with outlook schedule data
hi this is my 2nd request.
u have helped me very well in the 1st request which helped me to get my program resolved.
now i am turning up with another quite complex issue.
i am writing a program on vb i mean i am creating an active x control using vb which does the following the job.
it simply displays the schedule details of the outlook calendar in a browser.
using the mapi concept
to make it clear.
the browser contains two input areas for two different dates.
the active x control should get the dates and check the outlook
calendar for any schedule or event or alarm or watever may be noted in
outlook calendar and then it should display the schedule details
in the browser.
from my understanding and googling i get a spark that this method
can be manipulated by following the mapi architecture of outlook
then later following some code snippets i vaguely get an idea of
mapi call procedure.
but can all this be put together and can the result be got like wat
i am trying to ?
in simple words, can this be acheived ?
if so, can u please share ur ideas ...
P.S: if this cant be done thru active x control then its ok
is there a way to simply get the result in vb runtime execution with some
form layout and calendar date picker and command button controls ?
Re: Help in writing an ocx for outlook mapi
yet i am nowhere in getting an idea for this program :-(