|
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.
|
|
I am generating an email in HTML format that contains the DIV tag as follows:
<div style="position: absolute; left: 10px; top: 50px;">
Outlook 2007 is not able to display the email properly. It is ignoring various styles.
I have gone through this...
Started by Sachin Gaur on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Basically you need.
No - outlook 2007 html rendering is worse then the previous version of outlook.
|
|
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.
|
|
Our company requires use of a specific signature (with an image) for external e-mail and would like to use a different signature for internal e-mail (without an image).
Is this possible with Outlook 2007?
Answer Snippets (Read the full thread at superuser):
Outlook allows specific signatures to be inserted automatically by the sending account (that is if you as far as allowing adding a signature....
Is easy enough:-
In Outlook for Office 2003, go to Tools/Options to the Mail Format Tab and click.
|
|
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.
|