Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

outlook

0 views
Skip to first unread message

Anushya

unread,
Dec 31, 2003, 2:49:26 AM12/31/03
to
Hi All

1)How to implement outlook's send and receive in a add-ins?

2)Also is it possible to do this outside outlook thru code? I need to
do this to read all the mails in outlook and to maintain a database in
a regular manner.. everytime if i do it thru add-ins it will take time
and the user will be annoyed.
Anushya

Dmitry Streblechenko

unread,
Dec 31, 2003, 4:57:55 PM12/31/03
to
1. What do you mean? Outlook is supposed to implement that, not an addin.
2. Again, I am not sure I understand what you are trying to do.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


"Anushya" <v_an...@hotmail.com> wrote in message
news:80120513.03123...@posting.google.com...

Anushya

unread,
Jan 2, 2004, 12:43:09 AM1/2/04
to
Hi Dmitry & All

I am trying to maintain a database of all the mails that comes in, so
that i can group and provide to user when he needs that, even if he
has deleted that mail.

for that if i do it thru add-ins then every time the user opens his
outlook, add-in will search thru new mails and maintain it.. But this
will take a lot of time if the user has many new mails. that's why i
am asking if i can do it outside outlook(as a service) so that the
user will not be annoyed everytime he opens his outlook..

My question is
1)how to maintain fresh mails if i need to do it thru add-ins?
2)How to do it if i need to do just outside outlook as a service?

Thanks
Anushya

"Dmitry Streblechenko" <dmi...@dimastr.com> wrote in message news:<O7swbk#zDHA...@TK2MSFTNGP11.phx.gbl>...

Dmitry Streblechenko

unread,
Jan 2, 2004, 3:50:53 AM1/2/04
to
Track the Application.NewMail or MAPIFolder.Items.ItemAdd (where MAPIFolder
pointsto the Inbox) event to record the incoming e-mails when Outlook is
open. On each startup, look at all unread e-mails that arrived after the
last time you performed the check to accout for the messages that arrived
when Outlook was closed.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


"Anushya" <v_an...@hotmail.com> wrote in message

news:80120513.04010...@posting.google.com...

Falconetti Daniel

unread,
Jan 2, 2004, 5:29:26 AM1/2/04
to
Hello,

I just wonder why you don't use the Exchange archiving functionnality and
sort in and out message out of the band!
Or use an Exchange 2K event sink!

Daniel Falconetti

--
Daniel Falconetti
MCSE/MCT
www.falconetti.net
"Dmitry Streblechenko" <dmi...@dimastr.com> a écrit dans le message de
news:egpX91Q0...@TK2MSFTNGP12.phx.gbl...

Brian Tillman

unread,
Jan 5, 2004, 4:32:45 PM1/5/04
to
Anushya <v_an...@hotmail.com> wrote:

> I am trying to maintain a database of all the mails that comes in, so
> that i can group and provide to user when he needs that, even if he
> has deleted that mail.

Sounds like you need an Exchange server.
--
Brian Tillman
Smiths Aerospace
3290 Patterson Ave. SE, MS 1B3
Grand Rapids, MI 49512-1991
Brian.Tillman is the name, smiths-aerospace.com is the domain.

I don't speak for Smiths, and Smiths doesn't speak for me.

0 new messages