| Thread | Last Post | Replies |
|
| Get a CommandBar in C++ | 31 Aug 2005 19:03 GMT | 3 |
I tried to get a commandbar with the FindControl method, but I didn't manage to use it because I don't understand the parameters FindControl( VARIANT type, VARIANT id, VARIANT tag, VARIANT visible) could someone help me please ?
|
| Not Valid Add-in file | 31 Aug 2005 14:05 GMT | 7 |
I recovered my system from a disk crash, inclusing reloading WinXP and restoring a backup. When I start Outlook, I am getting the following message: '[path]\Microsoft\AddIns\Load.dll' is not a valid Office Add-in.
|
| IMAP Folders | 30 Aug 2005 14:48 GMT | 1 |
I want to process new messages that arrives to a IMAP account but I don't find the way. I tried using the OnDelivery function of IExchExtSessionEvents but that function is not called when the message arrives.
|
| Custom image in mail item | 29 Aug 2005 16:44 GMT | 5 |
I've been asking some days ago about changing the image of a mail item. Dmitri asked me that there are 2 ways: - Seting the PR_ICON_INDEX property of the mail item. - Changing the class of the message.
|
| display an email | 29 Aug 2005 11:07 GMT | 6 |
I would like to see emails I received with Outlook. I used the method 'Display' but I can modify the fields. So my question is : "Is it possible to 'lock' all the field of an email when I display it".
|
| Get Sender's Email Address | 29 Aug 2005 08:15 GMT | 6 |
I am unable to get the sender's email address of the mail item. I did R&D lot but all solutions suggested to use CDO. I dont want to use CDO. I think PR_SENDER_EMAIL_ADDRESS MAPI property will help me but I dont
|
| [C++] error on CreateItem | 26 Aug 2005 08:45 GMT | 2 |
I have some problems when I want to create an item ( email, appointment ). the IDisptach pointer returned is null, how can I fix this ? yann.
|
| Get binaries of attachments | 25 Aug 2005 22:31 GMT | 2 |
How can I get attachment binary data without saving it on a file? I try with the following code but HrGetOneProp give me E_OUTOFMEMORY if the attachment is 670 KB. HRESULT GetAttachmentBinaryProp(Outlook::Attachment *atch, std::vector<byte>
|
| Custom Contact View in Outlook 2000 | 25 Aug 2005 20:44 GMT | 5 |
I create a custom view in contacts just fine with outlook 2003 and Outlook 2002, but when I try to do the same thing in Outlook 2000 I cannot do it. Any ideas???
|
| Preview MailItem in PreviewPane | 25 Aug 2005 12:16 GMT | 1 |
How do I preview a MailItem in the Preview Pane? and select a MailItem in the folder list? e.g. If a mailitem with subject "Hi Bob from Gran" is in a folder I want Outlook to select and preview that mailitem. I can find the MailItem easily
|
| is it possible to check mails with outlook closed? | 25 Aug 2005 08:33 GMT | 1 |
is it possible to have MS Outlook notify me of new accounts in a minimized status. i.e. i have a low memory and i don't want extra programs to be opened on my computer. i want to have outlook closed still i want it to to checkup my imcoming mails and provided i should have new ...
|
| Ho do I hook to Task completed event? | 24 Aug 2005 14:38 GMT | 5 |
I would like to do something in my Add-in when user marks an Outlook Task as completed How can I hook to this event? Thanks
|
| OnConnection doesn't fire | 22 Aug 2005 16:54 GMT | 6 |
I have developed an Outlook Add-in in VS.NET 2003 for Outlook XP. I use the Office PIA - and everything works just fine on my development machine. When I deploy the solution builded with VS.NET on a Windows XP machine,
|
| Catching menu item click event | 22 Aug 2005 15:05 GMT | 1 |
I am coding an Outlook addin using Visual Basic and CDO. In my addin, I have added several items to the "Tools" menu. One of these menu items starts a process that can take several minutes to complete. A second menu item becomes enabled only when this process is running, and
|
| Easy, ideally free way to remove all duplicates from many outlook folders wanted | 22 Aug 2005 15:02 GMT | 1 |
I`ve got about 1.5 gig of emails archived, some of which have been duplicated due to download errors, problems with servers etc. I`m looking for a way to fairly easily remove all the duplicates (which are scattered between many different folders) while still keeping the folder ...
|