Retrieving an Outlook Folder using only EntryID
Thu, 26 Jun 2008 07:48:46 -0700 (PDT)
Hi,
Is the EntryID property for an Outlook Folder guaranteed to be unique
across multiple mail stores? My Outlook add in currently persists the
only the EntryID of a folder selected by the user (typically in his
default mail store, but theoretically could be from any of the stores
available to the user) so as ...
|
VB6 code sample for Outlook 2007 table object
Tue, 24 Jun 2008 12:16:01 -0400
Are there any VB6 code samples for searching the new table object in
Outlook 2007 contacts?
I need to search several columns that are not in the default column
properties for contacts and just need a little push in the right
direction.
-mike ...
|
Senior Software Engineer - MAPI (Email Encryption)
Thu, 19 Jun 2008 13:18:03 -0700 (PDT)
Please contact me if you are interested in the job opening listed
below.
Regards,
Brent
breroger@cisco.com
Senior Software Engineer - MAPI
Job Description:
IronPort Systems Email Encryption Group within Cisco is looking for
software engineering talent and experience to participate in the
ongoing d ...
|
Re: Need for speed (parsing all contacts)
Thu, 19 Jun 2008 16:08:44 -0400
"Mike" <diespam@not.com> wrote in message
news:j4ru239hckdpp4r0uhlraokna1uu8ov8q5@4ax.com...
>
> I'm currently using "For Each" to examine all the items in a folder
> and considering my 300 contact test bed results I'm not excited by the
> prospects of using this against public folders with several thousand
> ...
|
Can I tell if an object exists?
Thu, 19 Jun 2008 09:10:16 -0700 (PDT)
I'm writing VBA for Outlook 2007. I set an object to point to an
email Item in an explorer.
If the item is moved or deleted, the object returns an error when I
try to access it. Is there a way to tell if the object still exists?
Something like: if (exists Object) then ??
I could just trap on the error b ...
|
Save Attachments to directory based on attachment name
Thu, 19 Jun 2008 09:09:50 -0700 (PDT)
Hello everyone - I am being a pain in the butt and if anyone does take
the time to help me out I will really apperciate it. (For what that
is worth, right) - that being said, as you are an experianced
programmer and I am a novice hack... tell me if this is something to
complex to be fishing for on the groups a ...
|
Outlook attachments desaperas
Sat, 14 Jun 2008 21:57:20 +0200
Hello NG
I have developet an application that takes an Outlook mailitem from any
given folder an save it to any given location as a MSG file. User can deside
to include all or several attachments within the MSG file.
Now if the mailitem is NOT shown in the Outlook reading pane or in any
Outlook form all ...
|
|
|
Copy retained in Sent Items
Thu, 12 Jun 2008 08:35:12 -0700 (PDT)
I am writing some vbscript using CDO 1.21 to send an email and a copy
is always retained in the 'Sent Items' folder of the mailbox that I am
logging into. I have looked online and some people say that you have
to set the PR_DELETE_AFTER_SUBMIT to true and then delete the
PR_SENTMAIL_ENTRYID. I have had no luck ...
|
Create new macro in outlook
Wed, 11 Jun 2008 08:07:57 -0700 (PDT)
Hello everyone,
What i need to do is create an outlook macro using vba, which opens
an IE window (with some certain query string based on the appointment
that is selected on the calendar). What would be the proper way to do
that?
Furthermore, i would like to distribute this macro to many users
perhap ...
|
macro needed
Tue, 10 Jun 2008 17:19:19 -0400
Can you help me with a macro? We get emails in (Outlook 2007) in html
format, and we need to change them to plain text. In other words, I would
like to select an email in the inbox and click on a toolbar item to activate
a macro to convert that file to plain text.
Right now I have to open the email, ch ...
|