| Thread | Last Post | Replies |
|
| AddHandler is not working | 13 Oct 2007 20:05 GMT | 1 |
I am creating VSTO COM addin for office 2003 with vb2005. I am trying to simulate control array by using AddHandler. My code snippet of NewInspector event is as follows. '------------------------------------------------------------------------------------------
|
| What am I forgetting in this code... | 13 Oct 2007 19:29 GMT | 2 |
Specs: WinXP - Outlook 2003 I'm calling the Outlook object model from Access. I need to send appointments based on a recordset. I have three records in the recordset which are all appointments. I should get three different appointments but i'm
|
| reminder fire problem in outlook 2000 | 13 Oct 2007 17:39 GMT | 5 |
every time i open my outook I get 50 pop-up windows or or the assistant balloon with 50 reminder events. If i dismiss each event they come back after a while and start all over. I believe that I created this problem by trying to update my home and work outlook
|
| Sending an Outlook Appointment via CDO | 13 Oct 2007 16:01 GMT | 3 |
I'd like to send an appointment request with CDO in Visual Basic. I can find lots of examples of sending mail, but none of an appointment request. I'm not even sure if this is the right forum. Could anyone point me in the right direction for either (1) how to send an
|
| Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Office.Interop.Outlook.ContactItem'. | 13 Oct 2007 07:56 GMT | 3 |
I am developing one VSTO COM addin for outlook 2003 in vb 2005. My code snippet is as follows. odbcrdr(0) always contains valid entryID.
|
| Auto Create Tasks | 13 Oct 2007 05:18 GMT | 6 |
Is there a way to write a macro that will automatically create a taks from an inbound e-mail. I am running a small help desk with an e-mail account for the help desk. I want to create a taks for every incoming e-mail. Thanks,
|
| Help with TextRetrievalMode? | 12 Oct 2007 18:05 GMT | 2 |
Just come across this oddity... (Word 2002, under Vista HP) I don't seem to be able to change the values for TextRetrievalMode (includehiddentext or includefields) when the range it is applied to is a comment's range (mycomment.range)... Trying different view types on the
|
| Help with Range.TextRetrievalMode? | 12 Oct 2007 18:00 GMT | 1 |
Just come across this oddity... I don't seem to be able to change the values for TextRetrievalMode (includehiddentext or includefields) when the range it is applied to is a comment's range (mycomment.range)... Trying different view types on the
|
| Insert records into outlook from Excel. | 11 Oct 2007 23:38 GMT | 6 |
I have an Excel file with several hundred records as follow A B Name Project Bob a
|
| place .NET custom control on custom form in Outlook 2003 and Outlook 2007 | 11 Oct 2007 18:44 GMT | 7 |
1.is it possible to place .NET custom control on custom form(message/ contact) in outlook 2003 & 2007?(as it is not listed in additional controls when designing form,THOUGH it is registered using regsvr32) What extra steps r required in order to list it in additional
|
| How to Customize Outlook Calender 2003.... | 11 Oct 2007 16:05 GMT | 23 |
Hello Friends, I am very new to Outlook Customization and i am just gonna to start customize outlook calendar to meet the requirements. i just wants a general ques:
|
| Delete Shared Task | 10 Oct 2007 22:55 GMT | 18 |
Trying to delete a shared task. Using this example: Sub DeleteSharedTask() Dim objOL As Outlook.Application Dim objNS As Outlook.NameSpace
|
| C++, ATL: Access of folder content by index fails | 10 Oct 2007 17:21 GMT | 2 |
I have a very simple COM-add-in where I try to access a folder. But the direct access by index fails: CComPtr<Outlook::_NameSpace> NameSpace; m_spApp->GetNamespace(L"MAPI", &NameSpace);
|
| get outlook mailbox size from vba | 10 Oct 2007 14:57 GMT | 3 |
Hello, I am looking for some VBA code to get the Outlook Mailbox size on the exchange server from Access. I found this url http://support.microsoft.com/kb/320071 but not support by
|
| Copy Graphs from MS Word to Outlook | 10 Oct 2007 09:55 GMT | 1 |
I have writen one macro in Excel to generate graphs, open MS word and copy those graph in MS word, and then open Outlook and copy those graph here and send the mail. Here everything is fine the only thing missing is to copy graphs from MS
|