|
Calling exposed add-in method and handeling _ComObject type?
I have created Outlook add-in that implements my defined interface
IExposedClass (among other things for exposing some methods from add-in also).
In external app (automating Outlook):
object addInObj = isentrisAddIn.Object;
MyExcelAddin1.IExposedClass addInExposedAgain =
(MyExcelAddin1.IExposedClass)addInObj;
object temp = addInExposedAgain.GetAppointments(); // Call a met...
|
1 |
9/7/2006 11:45:01 AM |
|
Another Addin Failure
I recently moved an outlook adding from VS2003 to VS2005, made some
enhancements and everything worked well on the development machine, both with
and without a debugger attached. When I deployed it on a target machine
(actually several) by:
1. uninstalled the previous addin
2. install .NET framework 2.0
3. install VSTOF
4. install the enhanced addin.
When outlook launches, nothing ...
|
2 |
9/7/2006 8:26:02 AM |
|
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 |
9/6/2006 6:42:12 PM |
|
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 |
9/6/2006 5:05:38 PM |
|
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 |
9/6/2006 4:32:28 PM |
|
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 |
9/5/2006 6:17:55 PM |
|
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 |
9/5/2006 5:00:26 PM |
|
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 |
9/4/2006 12:38:16 PM |
|
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 |
9/4/2006 11:24:54 AM |
|
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 |
9/4/2006 5:02:53 AM |
|
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 |
9/3/2006 11:55:32 PM |
|
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 |
9/3/2006 7:49:01 AM |
|
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 |
9/2/2006 3:33:23 PM |
|
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 |
9/1/2006 9:38:17 PM |
|
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 |
9/1/2006 6:10:00 PM |
|
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 |
9/1/2006 7:32:04 AM |
|
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 |
8/31/2006 8:09:03 PM |
|
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 |
8/31/2006 2:12:02 PM |
|
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 |
8/31/2006 11:27:39 AM |
|
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 |
8/31/2006 9:58:25 AM |
|
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 |
8/30/2006 12:40:16 PM |
|
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 |
8/29/2006 1:53:15 PM |
|
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 |
8/29/2006 7:10:02 AM |
|
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 |
8/28/2006 6:00:01 PM |
|
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 |
8/28/2006 2:05:41 PM |