Multithreading
Thu, 18 Sep 2008 21:04:51 +0100
Hi
I have an add-in that presents the user with a VB form. The form allows the
user to supply a filter for messages to move to an archive folder. I want to
provide feedback on the progress of the move process via a progress bar. Can
I safely use a backgroundworker to farm off the move process and update the ...
|
append formatted text to postitem's body
Thu, 18 Sep 2008 06:00:01 -0700 (PDT)
hello
I need to assign formatted text to postitem's body.I tried HtmlBody
prop of PostItem but I need to modify
existing HtmlBody to append my formatted text to it.I tried with
redemption.SafePostItem as it has RTFBody
prop.But when I append my formatted text to RTFBody prop of
SafePostItem,it is not reflected ...
|
AutoArchive Process
Thu, 18 Sep 2008 11:54:51 +0100
Hi,
Is there an API that lets you hook into the AutoArchive process ?
Cheers ...
|
Application.Reminder Event
Thu, 18 Sep 2008 11:50:08 +0100
Hi, just a quick one....
If I hook into this event, will my code completely replace the default
reminder action (displaying that dialog box), or will the dialog box appear
after my code has completed?
If the latter, any way to stop the dialog appearing?
Cheers
Stu
...
|
imap change mailitem body creates deleted message
Wed, 17 Sep 2008 11:15:23 -0700 (PDT)
hi,
i have written an outlook addin in c# .net that changes the message
body of an email after it is received. When my code assigns a new
value to mailitem.body, the original email message(with the old body)
is deleted and a new mail message is created. In the users inbox,
both messages are listed. The "de ...
|
adding button or menu to outlook
Wed, 17 Sep 2008 06:07:41 -0700 (PDT)
Hi all,
i have a code to add new button and menu to outlook toolbar. When i
use registry (HKLM/Software/Microsoft/Exchange/Client/Extension) for
adding my add-in, i can see my new menu. But if i use ecf file i can
add my add-in but i can not see my new menu. i am using c++ and
InsertMenu command for adding me ...
|
Change of from feild in outlook
Wed, 17 Sep 2008 00:15:00 -0700
Hi I would like to change of from field in microsoft outlook.
I subject of my mail i will be getting the mobile number.Based on that
mobile number i need to change the from field of The Outlook mail.
There is an option using redemption. I dont want to use this.
Can any one help me by using low level API ?
It ...
|
|
|
Calculating total size of mail items
Wed, 17 Sep 2008 01:41:45 +0100
Hi,
I'm developing an add-in for Outlook 2007 in VB using VSTO 2007 and VS2008
SP1
I have obtained a collection of mail items by using the restrict method on
the inbox (Items older than a particular date)
I need to get the total size of all the mail items in this collection. Is
there a quicker/more ac ...
|
where is FormRegion stored ?
Tue, 16 Sep 2008 06:05:01 -0700
In connection with Outlook 2007 I hear more often the term "Form region". I
do not understanda despite many articles where exactly the definition of the
form region is stored.
In other words, If I want my FormRegion to work the same way on the second
computer, what steps should I do ?
How to update my fo ...
|
IDTExtensibility2_OnDisconnection does not fire, Outlook.exe hangi
Tue, 16 Sep 2008 01:38:01 -0700
Hi,
I try to develop Outlook addin in VB6.
I successfully compile DLL library, the addin adds Button to a toolbar. It
reads some items from a folder using Redemption session.
I want to unload and free memory correctly but, honestly I do not know how.
I expect OnDisconnection event should occur "when the CO ...
|