Outlook message protection
Thu, 24 Sep 2009 07:24:42 -0700
Good evening
Is it possible to prevent a message removal from a certain folder and message moving to another folder?
Thanks in advanced.
Viktar
EggHeadCafe - Software Developer Portal of Choice
WPF And The Model View View Model Pattern
http://www.eggheadcafe.com/tutorials/aspnet/ec832ac7-6e4c-4ea8-81ab-73 ...
|
Obtaining the Message-ID (rfc882) from a sent mail
Wed, 23 Sep 2009 12:14:43 -0700
Hi, I'm having problems seeing the message headers of sent mails.
I have a simple outlook add-in that's showing me the message headers of emails. Currently, it works for received mails, but I can't obtain the information for sent messages.
The same thing happens when I manually go into Outlook and go to the o ...
|
Unable to receive events from Office::msoControlButton
Tue, 22 Sep 2009 07:43:59 GMT
I'm (trying to) program an addin in VC++ (VS 2005) for Outlook 2003
How do I catch the event when the user clicks a button within the menu? Is
there a way to DispEventAdvise for the Office::CommandBarControls or the
Office::CommandBarPopup which "owns" the menu items?
My addin has a toolbar, which has a ...
|
Travel Agency Add-In
Sat, 19 Sep 2009 04:33:02 -0700
Trying to run the sample Travel Agency Add-In.
VS2008, Outlook2007
After converting the 2005 solution and fixing the namespace error in
ThisAddin.Designer.cs, I was able to build and install the solution.
When running however, I get the following error:
The customization assembly associated with this doc ...
|
Programmatically creating/modifying Outlook send/receive groups
Fri, 18 Sep 2009 11:13:01 -0700
Hi All,
I want to make new send and receive group programmatically in MS Outlook
and edit existing send and receive group settings. I have tried MAPI and
Outlook object model but it didnâ??t work.
I have two accounts in Outlook profile and want to customize the
send/receive behaviour in my Outlook add ...
|
Attachment not display in mail
Fri, 18 Sep 2009 16:13:44 +0530
In outlook addin when i open a mail ActiveInspector_Activate event is
called. Here i add an attachment to this mail using MAPI. To add attachment
using MAPI
MapiSession->logon()
MapiMessage = MapiSession->GetMessage(entryid)
count = MapiMessage ->Attachment->Count
MapiMessage ->Attachment->Add(path)
MapiMe ...
|
How to programmatically select a outlook search folder?
Fri, 18 Sep 2009 05:29:17 -0400
Actually I need to have a window, where user can enter some creteria for
search and on click of search, results need to be displayed in the
folder view pane.
Any ideas on how to do this?
I thought of using advancesearch of application, so that it creates
search folder.
So I need to select the search folder pr ...
|
|
|
Outlook Integration (Add-Ins)
Fri, 18 Sep 2009 03:32:53 -0400
I have a scenario like, from my database how many favorite clients are
there, that many folders I have to create in Outlook under Inbox/Archive
folders.
And based on the selection of particular client folder, need to display
some information of corresponding client.
For e.g. I have 101, 102, 103 has my favorite ...
|
How turn off outlook security warning dialog box from outlook
Thu, 17 Sep 2009 12:03:10 GMT
hi i able to sendi mail from my .net c# windows application.
but when ever mail is going it is coming bellow warning , how to surpress
this dailouge
"A Program is trying to automatically send e-mail on your behalf.
Do you want to allow this??
If this unexpected, it may be a virus and you should choose "No".
...
|
Custom mapi is not displayed in the readingpane. Why?
Thu, 17 Sep 2009 07:16:35 -0400
I have downloaded sample formserver from microsoft and installed the
custom
form. The custom form is displyed properly in inspector window. But in
readingpnae, it is showing a message as "This item cannot be displayed
in
the Reading Pane. Open the item to read its contents."
In the form, we have used only b ...
|