| Thread | Last Post | Replies |
|
| Recover Deleted Files | 31 Aug 2004 13:25 GMT | 1 |
How do I get my Recovered Deleted files tab active and not grayed out? I needed to recover important information from my computer, but its no longer in deleted files. It will not let me click on the 'recover deleted files'
|
| Problem with Outlook Add-in in wordmail editor | 30 Aug 2004 15:29 GMT | 1 |
I'm using outlook 2003 and word 2003. I have developed this add-in in VB6.0 that adds a combobox, which is used for retrieving contact information from the SQL server that I am running. Ok my problem is, if I use Wordmail as the editor, and if i open 2 new
|
| Items collection event handlers | 30 Aug 2004 15:25 GMT | 1 |
(Sorry for posting the same basic questions that I already posted to another group, but days have gone by, and this one seems more relevant.) I'm processing contact item events by declaring a variable as such: Public WithEvents m_ContactItems As Outlook.Items
|
| trigger an add-in | 30 Aug 2004 15:20 GMT | 1 |
Is there any way to trigger an outlook add-in from a webpage ?. In my case, I am doing some search in the add-in. can this search be triggered through asp.net Thanks,
|
| Addin to make Outlook reliably be used for 2 servers? | 28 Aug 2004 10:10 GMT | 8 |
For months I tried working with Outlook to retrieve mail from my ISPs server as well as from yahoo. Outlook wasn't reliable at all in keeping the order of the servers correct and it would often mix up the 2 so that I'd find I'd be sending mail under my personal email address
|
| How to detect deleted IMAP messages using MAPI/Outlook Object Model API | 27 Aug 2004 04:05 GMT | 5 |
I would like to find out which messages are marked as deleted in IMAP mailbox programmatically using MAPI or Outlook Object Model and would be grateful for any help. My ultimate goal is to use MAPI to construct a restriction that only returns
|
| CDO programming - CDO::Message | 26 Aug 2004 07:57 GMT | 6 |
How do I attach the MAPI mail item to CDO Message object? The MAPI mail item do not has the EntryID yet cause it has not been saved but I have the IDispatch/Instance of Object which I obtain in the NewInspector event handler. Any functions by CDO Message to attach to the
|
| Sending a copy of an email with out a security pop-up | 25 Aug 2004 18:20 GMT | 1 |
Hello, is there anyway to take a copy of a current mail item and send it to a different recipient without getting the security pop-up? If I do this, I get the security box that waits five seconds before allowing the user to accept or decline.
|
| Get a notification | 25 Aug 2004 18:19 GMT | 1 |
I'm trying to get a notification on type of Inbox notification. I created AdviseSink object and use Advise() as follows: Code: LPMAPIADVISESINK lpAdviseSink = new CMAPITableAdviseSink();
|
| MS Outlook .pst files location | 24 Aug 2004 17:59 GMT | 4 |
I would like to find out the location of the Outlook .pst files programatically. The version that I'm interested in are Office 2000 and above. The only thing I found out browsing my registry was that they (for my Office
|
| CDO programming. | 24 Aug 2004 14:52 GMT | 1 |
Hello, everytime I need to start a CDO session, I need to supply witha a profile name. like CDO::_SessionPtr Session("MAPI.Session");
|
| Property Page in Addin | 23 Aug 2004 19:12 GMT | 5 |
I'm writting my Outlook Adding using VC6 and ATL. And now I experienced problem when trying to add my addin's property page to Tools->Options notebook. This how I'm adding page:
|
| Import custom contact fields from Windows Sharepoint Services | 23 Aug 2004 13:56 GMT | 2 |
I have been trying to import a contact list to Outlook 2003 but the default import with WSS does not import custom fields. I tried installing a sample program on the MSDN site however it does not seem to work (or I cant get it to work).
|
| Outlook Add-in Help Needed - Desparately | 20 Aug 2004 23:21 GMT | 3 |
Ok, I am about to go cross eyed. I have a bug in this outlook add-in that I cannot find. Add-in: Users can reply to emails using canned emails that are stored in a public folder. We are a recruiting company who receives a lot of emails
|
| Redemption access to contacts in Public folder | 20 Aug 2004 19:48 GMT | 3 |
I am trying to iterate through the contacts of a public folder to get the e-mail addresses using Redeption but get the security pop-up. A cut down version of the code I am using is below Dim objItem As MAPI.Message
|