| Thread | Last Post | Replies |
|
| _ItemSend Cancel | 14 Sep 2007 00:01 GMT | 3 |
Hi I'm writing a OutLook Add-in using VS 2005, C# and VSTO. In the Application _ItemSend event I do a check for number of recipients and then if more then one I show the user a message box and set cancel to true. The message stays
|
| Error deleting second attach from RTF Msg w/ Outlook 2007 | 13 Sep 2007 19:36 GMT | 3 |
I get an error, 0x80030002 "%1 could not be found.", when I try to delete the second attachment from an rtf email message only in Outlook 2007. The first attachment gets processed with no problems. I've tried getting a new Outlook::AttachmentsPtr and a new
|
| Extract Attachments in ItemSend | 13 Sep 2007 18:15 GMT | 1 |
Currently I am writing COM Add-in (using ATL) to monitor ItemSend event ( monitor for outgoing mails, task assignment and calendar invites ). I am able to retireve the Recipient information successfully but I have some problems retrieveing following information
|
| How to make add-in | 12 Sep 2007 20:33 GMT | 5 |
I had write the script in outlook VBA as a module. 1. I want it run in timing, bu I don't know the way. 2. Now I want to make it as a set up or Dll to deploy it to domain users. So could you please show me a way?
|
| Get the categories information | 12 Sep 2007 20:30 GMT | 3 |
After having the name of a category from a particular mailItem, I need to get information (Color,..) about this category. I found this: http://msdn2.microsoft.com/en-us/library/bb175052.aspx But for me, the function "Item" is not accessible in my code. Is there
|
| Get PST size | 12 Sep 2007 15:16 GMT | 4 |
How can I get current pst file size in outlook? Is there a parameter in objInfoStore can get the size directly, not by FSO ? Thanks.
|
| How to uniquely identify explorer / inspector objects in Outlook 2007 | 11 Sep 2007 21:11 GMT | 5 |
I am always getting different interface pointers for same explorer objects. The same happens for inspector objects. What can a do to unquely identify these objects? Scenario:
|
| Non Mail Folders | 11 Sep 2007 15:06 GMT | 1 |
In Outlook navigation pane, there is a "Folder List" and a "Mail". Some folders shown in the Folders List and not shown in the Mail list. I want to know from my add-in, if any folder is shown in the Mail list or not. Now, I distinguish between these folders by the ...
|
| OnConnection | 11 Sep 2007 07:26 GMT | 10 |
I have a problem with my add-in, that some simple OOM or MAPI functions fail in the context of the OnConnection event - my add-in inherited from the _IDTExtensibility2. As an example, the GetFolderFromID() function throws a_com_error exception
|
| installation problem with Outlook add-in written in VB6 | 07 Sep 2007 14:46 GMT | 1 |
I have encounter when installing a Outlook add-in to my company user. My situation is I have written a simple Outlook add-in (say myAddin.dll) in VB6, and it works fine in my own computer by just registering the Dll using Regsvr32. However, when I deploy it to my company user ...
|
| Web browsing in Outlook | 07 Sep 2007 04:28 GMT | 4 |
I need to navigate to given web page in Outlook. Now I look through all the CommandBars of ActiveExplorer, find 'Web' commandbar, and set url address to the last ctrl of the 'Web' commandbar. But, of course, if that address ctrl is hidden or 'Web' command bar is
|
| resolving distlist | 05 Sep 2007 20:36 GMT | 1 |
does there exist a way to detect the current access rights of a delegate if the delegate inherits the current rights from a distlist? We use distlists to grant delegates access to public folders or common mailboxes and I have to determine the accurate rights for that user.
|
| How can I get the active pst size mounted in outlook ? | 05 Sep 2007 08:04 GMT | 8 |
Hi, I had a question. How can I get the active pst size mounted in outlook ? Using vbscript or add-in. I tried to get the size , but there is no such parameter. Thanks.
|
| setting 'AllDayEvent' causes an exception ? | 04 Sep 2007 17:03 GMT | 16 |
I have an add-in that is modifying the properties of a calendar event. When it gets here: olAppt->AllDayEvent = 0; Outlook is throwing an exception. This code works fine on most events, but
|
| "Catastrophic Failure" setting Picture property of button in compose e-mail inspector in OL2003 | 04 Sep 2007 14:25 GMT | 2 |
I have an addin in C++ which adds buttons to every inspector and explorer. This addin is base on the Outlook 2000 type libraries, and needs to remain that way. I just recently discovered the way to add a custom picture to these buttons using IPictureDisp and the "Picture" ...
|