|
I am able to look through the global address book using the outlook object model but is there anyway using the outlook object model from csharp i can get the following properties of a person:
City, State, Country/Region Alias Title Phone
i can't seem ...
Started by oo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Is RDO and use to you? It offers quite a bit that Outlook blocks, including address data
RDO & C#
Using Microsoft.Office.Interop.Outlook
You need to use the ExchangeUser with Outlook object....
Underneath the addressbook.
|
|
Hello
Are there any free addins for Outlook 2007 for using snippets, like this one (commercial)?
Started by Eye of Hell on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Doens't Outlook 2007 have this functionality already, named quickparts? It seems it doesn't have.
|
|
One of the new features of Outlook 2010 (beta) is the support for multiple Exchange accounts. I'm wondering if there is any way to use this together with a (different) Outlook Web Access account to also get that email in Outlook.
Specifially, in additional...
Started by Dan on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Outlook Web Access is the online web based email that you can use from anywhere from the account being available through Outlook directly (since you could not have connected to it anyway on behalf....
From Outlook via HTTP(s).
|
Ask your Facebook Friends
|
While using a macro in outlook to move an email into a subfolder, the receipt date is not preserved.
Does anyone has an idea on how to avoid that?
Started by Sébastien Wiertz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Sub MoveToFolder(objFolder As Outlook....
Quite a few people asking the question though.
Can't seem to find an answer to this anywhere.
But here is some code that replicates the problem.
Could you post the code you're using to do this?
Not an answer..
|
|
Every week I have to do the same report for my bosses. Our bug tracker sends us emails, and to be sure I caught everything I often need to search Outlook for all the bug email's I've received. If I could search the email subject using a regular exrpession...
Started by Doug T. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I dont know if this is what your looking for but Xobni is a great search tool for Outlook
Yes, go.
|
|
Hi,
I'm working on a database project and I need to create Outlook 2007 plugin that saves the current previewed message into my database.
Can someone give me a step-by-step guide on how to create an Outlook plugin in Delphi, and how to deploy it?
Thanks...
Started by Salameh on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Especially Outlook XP) and different setups (most notably the option to use Word for message editing by code, or I'm wrong?
I created a Plugin once for use in Excel (Creating my own User Defined the entry to the Outlook ....
|
|
I've been using outlook for years now, and I've never run into this problem before. Using Microsoft Outlook 2007, with only 1 email account, and no more than 100 emails in my inbox (though I have many many folders, with emails in them), Outlook can sit...
Started by Ben Baril on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
There are a number of reasons that Outlook will hog memory, and this article....
There's an excellent article on reducing Outlook memory usage here .
Is it Outlook or WINWORD? I got that issue a while ago and the only way I fixed know.
|
|
I have a bunch of POP/SMTP accounts that are setup on my laptop that happens to connect to an Exchange server as well. When I'm not on the network (or when I connect via VPN), I cannot send messages using SMTP. I can receive fine.
I'm using Outlook 20...
Started by Jason N. Gaylord on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Contact your ISP for the appropriate SMTP.
Because of this, you may need to use your ISP's outgoing mail to use your ISP's outgoing mail server (SMTP) setting.
An outside SMTP server to send email.
|
|
I'm writing an app that will manipulate Outlook data. I want to make a backup of that data first and am hoping I could just loop through the contact/calendar items, etc and write them out to a PST file.
How can I write the contents of 1 or several Outlook...
Started by brendan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In my case //if the file doesn not exist, outlook will create it ns.AddStore(BACKUP_PST_PATH) oFolder.
This will allow you to choose an outlook high level folder and will backup all folders underneath.
|
|
I want to intercept and transform some automated emails into a more readable format. I believe this is possible using VBA, but I would prefer to manipulate the text with Python. Can I create an ironpython client-side script to pre-process certain emails...
Started by Ross Rogers on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The name all necessary information how to plug a mail... .
It was written in Python, and provided an Outlook plug-in that would filter incoming mail.
Years ago, I used a Bayesian spam filter with Outlook.
I can only offer you a pointer.
|