PR_MESSAGEFLAGS & Compose/Read - Inspector
Thu, 26 Nov 2009 08:06:01 -0800
Hello out there!
Is there any chance of setting the PR_MESSAGEFLAGS property (deleting
MSGFLAG_UNSENT) for an object? What I've read it should be possible just
before the first savechanges call. Is this for sure? Because it doesn't seem
to work here. C++ mapi code in a DLL.
The mainproblem is, that i use ...
|
VSTO C#: How do I declare an application scope variable?
Thu, 26 Nov 2009 18:05:47 +1300
C#, VSTO, OL2007
How do I declare an application-scope variable that will last as long as the
user has Outlook open?
String myApplicationScopeString="test";
I want other class methods to read and write to it over its lifetime.
...
|
Retrieving CalendarView for Outlook 2003
Wed, 25 Nov 2009 05:49:02 -0800
Hi All,
I am developing a Outlook 2003 addin for sychronising the appointments with
database.For this need to retrieve current CalendarView (mainly the starting
ending dates).I have got CalendarView object in Outlook2007 and it was very
helpful.But not getting any similar object in Outloo2003.
...
|
Subject: Retrieving CalendarView for Outlook 2003
Wed, 25 Nov 2009 05:46:01 -0800
Hi All,
I am developing a Outlook 2003 addin for sychronising the appointments with
database.For this need to retrieve current CalendarView (mainly the starting
ending dates).I have got CalendarView object in Outlook2007 and it was very
helpful.But not getting any similar object in Outloo2003.
...
|
Will a VSTO C# Outlook 2007 Add-in work on Outlook 2010?
Wed, 25 Nov 2009 16:00:23 +1300
Will a VSTO C# Outlook 2007 Add-in work on Outlook 2010 (without having to
make any code/install changes)?
...
|
How to know the folder name
Tue, 24 Nov 2009 16:27:21 +0530
How to get the folder name in any folder context menu event.
Create a folder under Inbox say folder1. To delete folder1, Select folder
Inbox. Right click on folder1 and select Delete. It will fire delete event
for context menu. In this delete event i can get the button for Delete
action on toolbar. But i do n ...
|
Outlook 2010 Ribbons
Tue, 24 Nov 2009 00:37:01 -0800
Hi,
I have some addins that extend the Outlook menue.
For Outlook 2007 I extended the Ribbons in the Inspectors.
How do I extend the mainframe ribbon menue for Outlook 2010?
Is it the same interface?
Thanks
Christian ...
|
|
|
If i have a entry id, how could i get its IABContainer?
Mon, 23 Nov 2009 07:15:10 GMT
I get the item entry id as follow:
1. Use IAddrBook::GetSearchPath get SRowSet.
2. Use PropFindProp check SRowSet for IABContainer PR_ENTRYID.
3. Use IAddrBook::OpenEntry open the entry id to get IABContainer.
4. Use IABContainer::GetContentsTable to get contact table.
5. Then i get wanted items in table and sa ...
|
Can't create new user property?
Mon, 23 Nov 2009 17:02:57 +1300
VSTO C# Outlook 2007.
Does anyone know why I am getting the following exception from the code
below and what the solution is?
"Exception while setting up user property:
A custom field with this name but a different data type already exists.
Enter a different name.
Prop name = x-MYAPP-MyDate1
Value=21/11 ...
|
Live Mail Connector
Sat, 21 Nov 2009 14:15:20 -0600
I have the Beta version of Outlook 2010 and the live mail connector, which
is pretty neat. But I cannot find a way to get it to sync the folders. I
lost my birthday and holiday calendars and wanted to redownload them. Any
help? Thanks.
...
|