Load MSG into PST
Sun, 20 Jul 2008 07:48:01 -0700
Hello,
I want to load a stand alone MSG file (on disk) into Outlook. To do this, I
tried using the CreateItemFromTemplate() function. This always return
"invalid argument" when trying to pass a folder as the second argument. To go
over this, I tried ignoring the second parameter. Now, the MSG loaded into
th ...
|
Add-In, Automation objects, CDO, or MAPI?
Fri, 18 Jul 2008 13:42:01 -0700
I apologize if this is not the correct discussion group to post this...I'm a
newbie.
Our software implements a Simple MAPI integration with Outlook (get Inbox
list and specific messages, create/send mail). I would like to change this,
but not sure what the best approach should be. Our customers use a vari ...
|
Can Java program access Outlook object model or CDO ?
Fri, 18 Jul 2008 12:35:00 -0700
Hi,
Is it possible to access Outlook, or even better CDO object model from java
running locally (yes, java, NOT javascript).
In all the documentations I can see only some standard examples of file
input output but no possibility to create something like in vbscript or
visual basic "late binded object" like ...
|
Change calendar appointment colors programmatically
Fri, 18 Jul 2008 01:11:01 -0700
Hi all,
A customer likes to see particular label colors for the different
appointments in his calendar related to the location where the appointment
will take place. Also, when he is creating a new appointment he wants to see
the colors of the attendees in the scheduling assistant.
What is the best way t ...
|
Any add-in to prevent the PST ovesize 2Gb?
Thu, 17 Jul 2008 22:05:00 -0700
Hi,
lately I expecting several problems with users with PST bigger than 2Gb. I
would like to prevent that blocking the user to move emails to PST already
over 1.5Gb. is there any way to achieve this behaviuor?
Thanks a lot.
Jose ...
|
Outlook Addin WebView
Thu, 17 Jul 2008 22:38:49 -0500
Hi I am a newbie for deverlop c# and VSTO
now i am try to create MAPIFolder and set a properties
myFolder.WebViewOn = true;
myFolder.WebViewURL = "http://localhost:8080/testform/";
and i want to sent a cookie intro webrequest because that web site has a http BASIC authentication
the first time in ...
|
Events and Message Store add
Thu, 17 Jul 2008 13:29:38 -0500
Hi,
I know how to use _FolderEvents to determine if a new folder is added to the
default message store - be that Outlook with exchange server or without. But
is there a way (event) to determine when a new message store is added like
an IMAP or other messaging service. We are primarily interested in the
Ou ...
|
|
|
Cross Message Store copy or move
Thu, 17 Jul 2008 10:52:53 -0400
Is there anyway to get notifications or events of cross message store copies
or moves either through an Exchange Client Extension or an Outlook Com
Add-in?
Thanks in advance,
Kevin
...
|
C# Error when calling MAPI.Session.Logon()
Thu, 17 Jul 2008 06:26:01 -0700
Dear reader,
See next piece of code (written in C#):
MAPI.Session mapiSession = new MAPI.Session();
mapiSession.Logon(null, null, false, false, 0, false, "");
The call mapiSession.Logon() throws the following exception:
[Collaboration Data Objects - [E_INVALIDARG(80070057)]
What can I do to solve this ...
|
MAPILogonEx
Thu, 17 Jul 2008 03:07:01 -0700
Hello,
Does MAPILogonEx succeed on a machine that don't have Outlook installed?
Thanks a lot ...
|