| Thread | Last Post | Replies |
|
| Check user permissions on public folder at run-time? | 31 Jan 2005 19:10 GMT | 2 |
How can I check the current users permissions to a specified public folder at runtime? I have seen an example at CDO Live that sort of does what I need (ie, I need to know if they have read only or create/delete access on the
|
| How to get my IPM.Post items to download images | 31 Jan 2005 18:24 GMT | 1 |
I have a C# addin that is creating HTML-based IPM.Post items. The HTML appears to be ok. The items are added to the folder properly and if I preview an item and choose view source, I see the HTML. The problem is that the images won't download. I have the Outlook
|
| Open a _PostItem in custom form. | 31 Jan 2005 17:23 GMT | 6 |
This is a big one for me. I want an item (doesn't really matter, _Mail or _Post but preferably _Post) to be opened (_Inspector'ed) in a specific form (I have a form file that I want to use). But no matter what I do, item keeps opening in a default Outlook form.
|
| Outlook Appointment Item + Redemption Security Warnings | 31 Jan 2005 11:26 GMT | 3 |
Im getting security warnings when assigning the appointment object to the SafeAppointmentItem.Item. I then get another warning when trying to access the body of the SafeItem.Item.
|
| opening a contact item | 28 Jan 2005 17:04 GMT | 1 |
Hi to all... I have an add-in that open a contact-item by _ContactItem::Display() method. Is it possible to open the contact item to a specific tab other than default (General tab)? Thank's in advance
|
| Outlook Add-in Problem with Send To Mail Recipient | 28 Jan 2005 15:03 GMT | 1 |
I have developed an Outlook 2003 add-in using VB.net. The add-in creates a toolbar from which a user can select an email security classification, upon sending an email. The text selected is then inserted into the body of the email.
|
| Questions about Restrict | 28 Jan 2005 15:00 GMT | 5 |
I am trying to use restrict to find a set of contacts that have at least one fax number specified and have a setting in a user defined property. I have phrased my query like this: [Userprop] = True and ([HomeFaxNumber] <> "" or [BusinessFaxNumber] <>
|
| Trigger Send/Receive? | 28 Jan 2005 11:51 GMT | 3 |
Can I try trigger Outlooks Send/Recieve command from my own made application running on the same machine? My application knows there's new mail for this specific user so I thought why not trigger Send/Receive Milan
|
| Great idea you can steal | 27 Jan 2005 19:24 GMT | 1 |
Why doesn't anyone try to fix the problem of sending e-mails without attachments? All that is necessary is for the computer to search the e-mail message for words such as "attached", "attachment", "attachments" and notify you "Do you
|
| adding a toolbar to a contact item | 27 Jan 2005 18:30 GMT | 1 |
Hi to all... Can I have a sample, in C++ code, where an outlook 2003 add-in toolbar is added to a _ContactItem? Thank's in advance
|
| Using Word as an Email Editor | 27 Jan 2005 14:36 GMT | 1 |
Hi gurus! I have a mail registration addin (allows registration of emails into a 3rd party records management database). I have programmed the addin to add a "Register & Send" button onto the Standard toolbar which appears when using
|
| How to detect appointment preview window (reading pane) | 27 Jan 2005 02:55 GMT | 1 |
I need to detect if the appointment preview window is visible or not. I've looked through the outlook window hierarchy but see nothing to use to identify the window. E.g. caption = "Appointment Preview Window". Anyone done this before?
|
| VB6 / Redemption / Outlook Contacts | 26 Jan 2005 15:55 GMT | 3 |
I have an application which integrates (usually) with Outlook via the redemption.dll to access a Contact folder allowing the user to retrieve names and then the selected contact record. Generally it works fine but two problems have cropped up in the past
|
| adding or substituting a telephone number in Outlook::_ContactItem | 25 Jan 2005 17:16 GMT | 7 |
Hi to all (still you !? :oD) ... Thank for yours previous suggestions... Now...another question... Is it possible to add new telephone number type (e.g. Home 3) in Outlook::ContactItem?
|
| Deleting Folders When Outlook Closes | 25 Jan 2005 16:10 GMT | 2 |
Does anyone know of an event to listen to that will fire early enough in the shutdown process of Outlook to delete a folder, specifically a search folder? When I try listening to the two com add-in events (OnBeforeDeactivate and OnBeforeShutdown (i think those are the
|