[windev] Need Mapi SDK for Visual C++ 6.0 Outlook 2003
Mark McGinty
mmcginty at thinkset.com
Mon Dec 14 19:56:21 GMT 2009
> -----Original Message-----
> From: windev-bounces at windev.org
> [mailto:windev-bounces at windev.org] On Behalf Of Long, Matthew
> Sent: Monday, December 14, 2009 11:24 AM
> To: Mark McGinty; windev at windev.org
> Subject: Re: [windev] Need Mapi SDK for Visual C++ 6.0 Outlook 2003
>
>
> << Are you sure you want to do this in a service? >>
>
> I definitely don't want to do it manually. It's a profile
> that only handles system status emails, and we get about 400
> a day, showing current status of all our systems. We have to
> move these emails to another folder at least once of day, if
> we don't it becomes a night to manage.
I wasn't questioning the wisdom of doing it programmatically, just the type
of executable. :-)
> << Outlook AddIn >>
>
> Not sure if there are addIns that will move data on a daily
> basis, I'll have to check.
There definitely are, create a timer with a callback function... shezam.
Alternatively, do your processing when incoming email is received (an event
is fired.) Outlook must be running for email to be received, correct?
(That was rhetorical, btw.) Event-driven AddIn code seems like the surest
way to get the job done.
> << It will save you an absolute ton of time, without a doubt.>>
>
> Time is not an issue for me when it comes to development, I
> have plenty of it!
Oh man, must be nice! :-)
-MM
> Thanks.
> Matt
>
>
>
> -----Original Message-----
> From: Mark McGinty [mailto:mmcginty at thinkset.com]
> Sent: Monday, December 14, 2009 1:26 PM
> To: Long, Matthew; windev at windev.org
> Subject: RE: [windev] Need Mapi SDK for Visual C++ 6.0 Outlook 2003
>
> Are you sure you want to do this in a service? If there are
> multiple profiles defined, how will it pick one? And what
> about any login credentials that may be needed? I'd think an
> Outlook AddIn would be a better fit -- true Outlook would
> need to be running but who cares what's in Outlook folders
> when it isn't?
>
> Regardless, consider using a third-party tool called Outlook
> Redemption, rather than writing a bunch of MAPIX code. You
> can try it for free, it's license is very reasonably priced
> and I've found it to be excellent.
>
> It includes a set of "safe*item" helper objects to pick-up
> the slack where Outlook's object model is missing things, and
> also it's own object model RDO (Redemption data object) that
> is highly functional (and where I'd suggest anyone new to
> Outlook programming should start.) It will save you an
> absolute ton of time, without a doubt.
>
> www.dimastr.com/redemption/download.htm
>
>
> -MM
>
>
>
>
> > -----Original Message-----
> > From: windev-bounces at windev.org
> > [mailto:windev-bounces at windev.org] On Behalf Of Long, Matthew
> > Sent: Monday, December 14, 2009 9:36 AM
> > To: (windev at windev.org)
> > Subject: [windev] Need Mapi SDK for Visual C++ 6.0 Outlook 2003
> >
> > Hi All,
> >
> > I would like to create a windows service to perform the
> following with
> > Outlook 2003.
> >
> > 1. Login into mail account
> > 2. Copy folder A to folder B
> > 3. Remove/delete mail from folder A
> > 3. Logout/disconnect from mail account
> >
> > I want to create a timer, within the service to perform these task
> > once a day. I can't find the correct Mapi SDK on Microsoft website,
> > that will allow me to do this. When I search Google, I see Extended
> > API, but can't determine what functions are available.
> >
> > I'd appreciate any feed back.
> >
> >
> > Thanks.
> >
> > Matthew Long Jr.
> >
> >
> >
> >
> > -----------------------------------------------------
> > Confidentiality Notice: This e-mail transmission may contain
> > confidential or legally privileged information that is
> intended only
> > for the individual or entity named in the e-mail address.
> If you are
> > not the intended recipient, you are hereby notified that any
> > disclosure, copying, distribution, or reliance upon the contents of
> > this e-mail is strictly prohibited.
> >
> > If you have received this e-mail transmission in error,
> please reply
> > to the sender, so that we can arrange for proper delivery, and then
> > please delete the message from your inbox.
> > Thank you.
> >
> > -------------- next part -------------- An HTML attachment was
> > scrubbed...
> > URL:
> > http://lists.windev.org/pipermail/windev/attachments/20091214/
> > 896af393/attachment.htm
> > --
> > Windev mailing list at Windev at windev.org
> >
> > Lost your password? Need to unsubscribe or change your delivery
> > options?
> > Go to http://lists.windev.org/mailman/listinfo/windev
> > --
> > Search the Windev Archives - www.windev.org
> >
> --
> Windev mailing list at Windev at windev.org
>
> Lost your password? Need to unsubscribe or change your
> delivery options?
> Go to http://lists.windev.org/mailman/listinfo/windev
> --
> Search the Windev Archives - www.windev.org
>
More information about the Windev
mailing list