|
How can I add a button or toolbar to "New Message" ?
How can I add my own button, or toolbar to the "new message" form for
Outlook.
I have already written addins, but the button was added to the Outlook
toolbar, not the "new message" form.
NB: I have seen that Outlookspy can add its own tollbar to that form.
Thanks.
François.
...
|
2 |
06.09.2006 18:42:12 |
|
XP Styles with custom form
Hi,
I have designed a C++ COM addin with a custom contact form that was derived
from the standard contact form. Essentially I am adding a couple command
buttons to the form. I publish the form and open it up only to notice that
the XP Styles are non existent. I have implemented XP Styles within the DLL
but still the XP Styles are not to be seen. I have seen a couple articles on
the NE...
|
3 |
06.09.2006 17:05:38 |
|
Creating mail item with predefined default layout of user
Hello there!
Is it possible to create a mail with the predefined default layout of
the logged user? Or load it into the mail after creating it? I only see
the CreateItemFromTemplate() method which needs a file.
Maybe per RDO of Redemption?
Thanks!
...
|
7 |
06.09.2006 16:32:28 |
|
Gana dinero facilmente $$$$$
Invierte sólo 7 dólares y gana ayudando
begin 666 HAZ UN GRAN CAPITAL AYUDANDO A LOS DEMAS.....doc
MT,\1X*&Q&N$`````````````````````/@`#`/[_"0`&```````````````!
M````6@``````````$ ``7 ````$```#^____`````%D```#_____________
M____________________________________________________________
M____________________________________________________________
M__________________________________________...
|
1 |
05.09.2006 18:17:55 |
|
Inspector and adding a custom toolbar
I don't think I explained it correctly in my last message; I don't want to
add a button to the standard menu, I want to make that when I open a contact
(inspector class) a new toolbar opens with my new button. I have no problem
with adding one to the explorer...but when I try to add it to the inspector I
get "Object reference not set to an instance of an object.". So I know I'm
doing it ...
|
8 |
05.09.2006 17:00:26 |
|
Redemption: Recipients aren't added after CreateItemFromTemplate()
Hi!
If I create an item by template, Outlook ignores setted recipients by
Redemption.SafeMailItem. The message always appears without recipient.
If I create the message by CreateItem(), the recipient appears:
--- test.js ---
var outlook = new ActiveXObject( "Outlook.Application" );
var session = outlook.GetNamespace( "MAPI" );
var strEntryID;
// --
session.Logon( "", "", false, false ...
|
5 |
04.09.2006 12:38:16 |
|
Configure delivery mail prob. in outlook
Some time i am unable to make my 2000 office outlook pst file to make as
default delivery mail in office outlook 2003. can some one help me out with
the same...
|
1 |
04.09.2006 11:24:54 |
|
Long term IDs from PR_PARENT_ENTRYID
The PR_PARENT_ENTRYID value of a mail item when using a MAPITable seems
to be its short term ID. Is there a PR_LONGTERM_ENTRYID_FROM_TABLE
equivalent for the parent entry ID?
This problem only seems to be an issue for Exchange stores.
Strangely, OutlookSpy shows a long term entry ID under
PR_PARENT_ENTRYID for mail items. So I'm getting different values for
PR_PARENT_ENTRYID from Outlo...
|
4 |
04.09.2006 05:02:53 |
|
Can't Install Out of Office Assistant
I do not have nor can I get my Out of Office Assistant on my Tools Menu.
I have followed the steps in the help file to get my Out of Office Assistant
to appear in my tools bar but it is not working. Specifically:
I clicked on Tools...Options...Other...Advanced...Add-in Manager...and then
I saw that there is no EXCHANGE EXTENSIONS COMMANDS option but there was
Exchange Extensions Pro...
|
2 |
03.09.2006 23:55:32 |
|
Item.Copy - Can't Delete?
I need to make a copy of the item someone is sending in Outlook. This appears
to work fine and saves a duplicate in the outbox of the sending item. I then
try to delete the item but it still stays in the outbox, what am I doing
wrong? If I attempt to do a second delete outlook says the item does not
exist.
Would appreciate anyones help on this. I need to ensure the item is not left
in...
|
3 |
03.09.2006 07:49:01 |
|
Item Open event does not occurs every time
I used the X4UTools C# example for wrapping up the new inspectors and
the Contact items.
But Item Open event does not occur all the times when i use the next
button.
_Item.Open += new
Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler(_Item_Open);
The Inspector activate,deactivate and close events are handled only
when Item Open Handler is invoked. I also hande the Item Clo...
|
2 |
02.09.2006 15:33:23 |
|
How to use CDO to delete copy of messages on POP3 Server?
Hi all.
My Outlook 2003 retrieves emails from a POP3 server. I set to "Leave a copy
of messages on the server" and "Remove from server when deleted from
'Deleted Items'". I wrote a COM Add-in using VC++ 6.0
When recieved a new mail from certain sender, I can catch the
ItemAdd event and use CDO Message->Delete() to permanently delete that
new email. But the email has not been delete...
|
14 |
01.09.2006 21:38:17 |
|
Saving commanbar position in shared add-in
I have written a shared add-in which is used in Outlook, the add-in
creates a commandbar.
I would like to save the position of the commandbar, and have project
settings to hold the necessary infomation. I want to save this
informaiton when the user closes down outlook, but I do not know the
correct place to call this code from. I have the following code:
private void SaveCommand...
|
2 |
01.09.2006 18:10:00 |
|
Outlook 2007 Beta and vpmsece3.dll
Every time I open Outlook Beta 2007 I get the following error statement:
The Add-in "C:\Program Files\Symantec AntiVirus\umpsece3.dll" cannot be
loaded and has been disabled by Outlook. Please contact the Add-in
manufacturer for an update. If no update is available please uninstall the
Add-in.
It doesn't seem to be installed and only shows up in the refernce above.
Can anyone help ...
|
7 |
01.09.2006 15:40:03 |
|
Redemption+CBuilder: RDOSession.Logon MAPILogonEx-Error
Hi!
I use Redemption 4.2 with C-Builder 5 via imported typelib.
I have the problem that a second usage of RDOSession.Logon returns an
EOleSysError with the message "Error in MAPILogonEx:
MAPI_E_NOT_INITIALIZED".
This is the code:
-----
::CoInitializeEx( 0, COINIT_MULTITHREADED );
// --
try
{
auto_ptr<TOutlookApplication> outlook( new TOutlookApplication( 0 )
);
// --...
|
3 |
01.09.2006 07:32:04 |
|
Installing Live Local and getting an error
I have tried a couple time to install live local and keep getting the same
error.
Product: Windows Live Local Add-in for Microsoft Office Outlook (Beta) --
Error 1722. There is a problem with this Windows Installer package. A program
run as part of the setup did not finish as expected. Contact your support
personnel or package vendor. Action CA_LAUNCH_ADDIN_INSTALLER, location:
C:\Pr...
|
1 |
31.08.2006 20:09:03 |
|
Backup Add in for Outlook 2000
I had to reload my computer due to a crash and now find that the download
site will not allow me to have the backup add-in apparently because it is
earlier than Outlook XP.
Is this no longer available to us??...
|
4 |
31.08.2006 14:12:02 |
|
Any newer/better search tool than Lookout for Outlook 2003 SP2?
I have been using Lookout v1.2 in Outlook 2003 for awhile. I wonder whether
there is any new search email tool available from MS.
Thanks....
|
7 |
31.08.2006 11:27:39 |
|
script agent register in Outlook 2007
Hello,
I am working with the betaversion of Outlook 2007 and I am looking for the
script agent register, which I should normally find at the properties of a
folder.
First thing is, that I would expect a checked box at
tools/options/other/advanced options/Add-In-Manager - Server Scripts. But
neither one of these two works.
I use an Exchange Server 2003 and a Client with Office 2007 beta ...
|
7 |
31.08.2006 09:58:25 |
|
Send & File?
Hello,
I am using Office XP/Outlook 2003.
Having recently moved from the dark side (Lotus Notes), one useful
function was Send & File.
Is there a way to enable this in Outlook?
Thanks in advance for any assistance.
Ket
London,UK...
|
2 |
30.08.2006 12:40:16 |
|
No PR_EMAIL_ADDRESS for recipient?
I noticed something strange when testing my Outlook Add-in
If I create a new email in Outlook 2003 and start to type some email
address, a blue drop-down appears and helps me to complete the address.
Sometimes it suggests only email address without display name, i.e.
sdsdfs@dfdf.com instead of say John Smith <sdsdfs@dfdf.com>
If I select the address from email, it appears that ...
|
8 |
29.08.2006 13:53:15 |
|
Is it possible to get Outlook 2003 Integration API from OOM or MAP
Hi all.
I can get objects in MAPI from OOM (Outlook Object Module) using this way:
// Application from IDispatch
CComQIPtr < Outlook::_Application > spApp(Application);
CComPtr < Outlook::_NameSpace > spNameSpace;
_bstr_t bstrType("MAPI");
spApp->GetNamespace(bstrType, &spNameSpace);
CComPtr < IMAPISession > spMAPISession;
CComPtr < IUnknown > spUnknown;
spN...
|
3 |
29.08.2006 07:10:02 |
|
Outlook 2003 contact - standard toolbar
Is there a way to add a menu item to the standard menu within an Outlook
2003? As you notice, when you open a Outlook 2003 contact, the standard menu
changes...I want to either add a button (I programming an addin) to the
standard contact toolbar or an additonal toolbar that only opens when you
select a particule contact. Also...is there a way to program the right-mouse
button within con...
|
3 |
28.08.2006 18:00:01 |
|
Outlook and Exchange documentation translated to French
Hi All,
Because Outlook and Exchange development is not very documented in French, I
decided to start the translation of articles that could be helpful for
non-English speaking developers.
For beginning this work, I translated the documentation below:
Description des extensions Outlook et Exchange (Description of Outlook and
Exchange client extensions)
http://www.media-tips.com/ser...
|
1 |
28.08.2006 14:05:41 |
|
COM-Addin and Outlook XP/2002 freeze issues - 2000 and 2003 work fine
Hi all!
Something broke in the last release of our COM-addin (written in Delphi
7 using Redemption). It no longer works with Outlook XP (aka 2002).
There are absolutely no problems with the same addin under Outlook 2000
and Outlook 2003.
The symptoms of the breakage are sudden exits or hangs on certain
operations. The behaviour is totally reproducable (i.e. it's always the
same steps that...
|
5 |
27.08.2006 18:12:11 |