urgent help
Sun, 15 Jan 2006 04:10:02 -0800
Dear All,
I am haveing Exchange Enviroment Here in My Network.
All of my users i convert them from using mailbox to use Personal Folder,
and all of the E-mails will be stored locally on the client PC as per our
company Policy.
Now, i want to understand the difrrent between using Personal Folder &
Au ...
|
Emailing Outlook Calendar appts. not working
Fri, 13 Jan 2006 09:15:02 -0800
I can create an appt. on computer A and send it to computer B and I get an
email with an attachment that will add the appointment to my calendar. If I
send from computer A to computer C, I get the email but no attachment. It
just has text. I can send from B to C and it works fine. What am I missing.
I ...
|
Selecting outlook account via code
Fri, 13 Jan 2006 11:23:43 -0000
Hi
I am using Outlook 2003 with multiple accounts and when sending mail I
select the relevant account from the drop down on toolbar. This is slightly
tedious and I wonder if I can have two buttons on tool bar and each selects
the correct account and signature on its own. In this regard I was wondering
i ...
|
How to avoid the outlook popup warning when retrieving an MailItem
Wed, 11 Jan 2006 17:09:40 -0800
I managed to retrieve an MailItem successfully having the EntryID
ahead of time using:
olApplication = new ApplicationClass();
olNameSpace = this.olApplication.GetNamespace("MAPI");
MailItem item = (MailItem) this.olNameSpace.GetItemFromID(strEntryID,
null);
string retValue = item.Body;
Of c ...
|
Copy Private Items
Wed, 11 Jan 2006 06:58:04 -0800
I am attempting to copy people's inbox's to .PST's for review of there box's.
I have granted myself access to these box's but when I try to copy the
entire inbox and subfolders I get a "Cannot copy this folder because it may
contain private Items".
Is there a way around this or will I have to go to the u ...
|
Getting an EmailItem object from EntryID question
Tue, 10 Jan 2006 16:48:43 -0800
Hi all,
I have an EntryID object that I'm getting from Windows Desktop Search.
I've verified that I'm using EntryID values that exist in Outlook (I
cycled thru each EmailItem in Outlook and printed out each
EmailItem.EntryID to compare what the Interop sees and what WDS spits
out). I don't have experience ...
|
Outlook->domino connector & free/busy times
Tue, 10 Jan 2006 14:43:02 -0800
Hi:
An Outlook fan in a Domino/Notes world, and while I've managed to get
Outlook to play nicely for the most part, it does do something to the Domino
server so that Notes clients see all my time as "Already Scheduled" aka: Busy.
Funny thin is, if I share my calendar, the "Open other calendar" featur ...
|
|
|
Macro to open attachments in Outlook
10 Jan 2006 07:04:41 -0800
Is it possible to create a macro that will open attachments I receive
via email in Outlook? This is a repeated task with many keystrokes. A
macro to automate this would be great. Any suggestions on books, sites
or specific info to help me do this? Thanks in advance,
jasbury@ieee.org
...
|
Email Item properties
Sat, 07 Jan 2006 02:04:08 GMT
Hi,
I'm writing an anti-spam plugin for Outlook.
The code snippet below allows me to get the subject of an Outlook emal item. How can I determine what other properties are available to be looked up ?
eg. if I was looking for the senders email address or domain name what would be the string to use to acces ...
|
Cannot Print or Save in Word
Fri, 6 Jan 2006 02:12:02 -0800
Using Outlook 2003 & Office 2003 with Word as email editor for Outlook. This
causes Word to disable printing and saving. If I don't use Word as default
email editor everything seems fine.
Same problem was before with Outlook 2000 and Office 2000.
Any idea?
Thanks,
Eshel ...
|