| Thread | Last Post | Replies |
|
| Accessing Contact Name in New Call Dialog (Outlook TAPI Dialer) | 22 Jul 2004 19:45 GMT | 6 |
When an Outlook user selects the phone icon in a Contact item, the New Call dialog opens and the user can select the Start Call button to place a call via TAPI using the Number shown in the dialog (or an alternate number from the pick list). The New Call dialog also
|
| custom form in Add-In | 22 Jul 2004 12:34 GMT | 1 |
I am very new to the Outlook development so forgive my questions am trying to put together in .NET an add-In for Outlook that would have a custom toolbar visible when users are in the contact management area of the outlook interface
|
| Redemption.SafeMailItem issue with Sent MailItem | 22 Jul 2004 12:32 GMT | 1 |
I am using the Event 'ItemSend' to get the sent MailItem. All i need is the From from this MailItem. I am getting 'Nothing' when i tried to access the properties of 'SenderName' and 'SenderEmailAddress' of SafeMailITem. I even tried Save() method. But no Luck. ( I am ...
|
| PST File size limitation? | 20 Jul 2004 22:25 GMT | 3 |
I am creating an Outlook addin which adds MailItems to a MAPI Folder (PST file). While I was volume testing, I came up against what looks like a limitation in the number of items you can add to a folder on my PC (around 14000 nearly empty items).
|
| How can I return the HTML "Title" property for a MailItem | 20 Jul 2004 22:24 GMT | 2 |
I need to get the 'title' name of the current item into a string so that I can include it in a Word Template that summarises certain MailItems. I now that it is usually just 'Message' but since it can be changed I need to include it.
|
| SetProps doesn't work for the last folder from the hierarchy ? | 20 Jul 2004 08:48 GMT | 2 |
I encountered some problems when I tried to programaticaly change the PR_DEF_POST_DISPLAYNAME and PR_DEF_POST_MSGCLASS properties for the contacts folder structure: these properties were properly changed for all folders, subfolders except the last one from the hierarchy.
|
| Outlook 97 .OTM | 20 Jul 2004 02:09 GMT | 1 |
I've created a VbaProject.OTM in Outlook XP and copied it to an Outlook 97 client. It doesn't appear to run. Can VbaProject.OTM code run in Outlook 97? Or is it only the ECF method possible?
|
| Detecting form control events from an add-in | 19 Jul 2004 14:49 GMT | 3 |
General Outlook question...say you customize the contacts form by adding a command button to it. Is it possible for an add-in running in the background to detect the click event on that button? I know this can be done in VBScript
|
| Standard Outlook Form customization | 19 Jul 2004 13:09 GMT | 1 |
I am very new to the Outlook development so forgive me if I ask something stupid I am trying to put together an addin that would have it own toolbar and also expand the standard Outlook Contact form by adding a few extra fields to it.
|
| Linked table to inbox | 18 Jul 2004 23:01 GMT | 1 |
I am linking Microsoft Access Table to Outlook inbox. A problem is that FROM and SENDER is showing a display name and not the actual e-mail address. Is there any pro or non-progmatic method to obtain
|
| Visual Styles | 17 Jul 2004 09:02 GMT | 3 |
I'm developing a COM add-in for outlook in c#, is there a way to enable Visual Style i.e. the XP-look in this add- in. Most infos deal with standalone application and not with plug-ins. Since outlook2003 got visual styles
|
| Custom Form Question | 16 Jul 2004 16:03 GMT | 4 |
I created a custom form years ago that when a Contact is opened, it adds a button to the Toolbar called "Send Fax To Contact". When clicked, it automatically opens a Compose Message form with whatever Fax number is in that contacts
|
| HrGetOneProp fails | 15 Jul 2004 23:34 GMT | 4 |
I don't know why HrGetOneProp works here EXP_LONG GetCurrentProfileName (char* result) { HRESULT hr = 0;
|
| Error 429 when opening Options | 15 Jul 2004 17:23 GMT | 5 |
I made a COM addin and it seems to be working fine. I then tried it on a couple of other machines. When I add in the Add-In it starts fine. When I close Outlook and reopen, it runs fine.
|
| MailItems created in a VB Add-In, show up as Expired with Low Importance | 14 Jul 2004 21:56 GMT | 2 |
I've been put in charge of debugging a COM add-in that is used to sync Outlook 2003 with an external data store. For an a item of type Outlook.MailItem, I set a number of properties such as subject and body and then call the .Save method of the MailItem object inside the VB code. ...
|