| Thread | Last Post | Replies |
|
| meaning of EntryID? | 22 Jan 2005 16:08 GMT | 2 |
When saving OL2003 email message to another database I'm also saving the field "EntryID". However the content is the same for all email messages. Is there no unique ID for each email message? What is "EntryID" used for? Regards, Gerrit
|
| OLK2K3: CDO and access to item property tags. | 22 Jan 2005 03:59 GMT | 3 |
I have found that I need to use CDO to access the property tags for "custom" items of post messages. I have read the documentation published at "http://www.cdolive.com/cdo10.htm", but this doesn't cover accessing custom property tags. I can determine the "name(s) and Hex ...
|
| Detecting if a Template is Currently Open | 21 Jan 2005 19:58 GMT | 3 |
Outlook 2000 I have a macro that opens an Outlook template and attaches a file. Sometimes, I'll send the message with just one attachment, but other times I need to add multiple attachments. When I do need to add multiple
|
| MaiItem Sender Name vs SenderAddress | 21 Jan 2005 17:55 GMT | 1 |
I tried using the object browser but could not clarify my question ... The mailitem "SenderName" contains the sender's name, e.g., "John Doe". The sender's address, e.g., "jdoe@yahoo.com" is also stored somewhere in the mailitem. How do I extract the sender's address?
|
| Accessing cetain folders in Outlook via VBA | 21 Jan 2005 17:46 GMT | 1 |
1) How can I access my Hotmail "Inbox" When I use Set ParentFolder=Application.Session.GetDefaultFolder(olFolderInbox) it accesses my "Standard" Inbox, I want my Hotmail Inbox, what do I need to
|
| Downloading Outlook Attachments, via Access | 21 Jan 2005 16:51 GMT | 2 |
I am pretty proficient working with Access VBA but the following I have no idea how to do, & I would think this is possible. I would like to know if an Email is recieved & it has attachments to programtically have the attachments downloaded via Access.
|
| how to create a macro that runs on startup in outlook | 21 Jan 2005 13:37 GMT | 5 |
how do i attatch vba code that runs automatically when outlook fires up ?
|
| Reporting on Outlook calendars | 21 Jan 2005 13:32 GMT | 4 |
We are looking for a product that can generate report(s) on a group of meeting room calendars in Outlook, e.g. if an Admin person wants to know that which meeting rooms would require a flip chart today or a canteen person wants to know which meeting rooms would require coffee to be
|
| Passing parameter to OutLook form. | 21 Jan 2005 12:56 GMT | 3 |
I have a Perl script which invokes by other application. When the script is executed, I have export several environment variables. Within the same process, I launch
|
| Connecting Exchange 2000 public folder to ms access 2000 database | 20 Jan 2005 22:27 GMT | 1 |
I'm new at programming so I'm looking for an example of some code to do the following. We have a public folder on our Exchange server called HelpDesk. When a message comes into that folder I want it to automatically create a workorder in our access database. I want it to
|
| Sending mail in outlook 2000 using vb.net | 20 Jan 2005 22:23 GMT | 2 |
I am trying to automatically create and send mail in outlook 2000 using vb.net. I can do everything except send. When I enter mailtiem.send I get the message that "send is ambiguous across the inherited interfaces 'Outlook._mailItem' and 'Outlook.ItemEvents_Event'. How do I ...
|
| How do I place an email address or url in a picture to be sent in. | 20 Jan 2005 20:58 GMT | 1 |
I design posters in Publisher, then I save them as gif or jpg. I would like to include urls or email addresses that the viewer will click and be redirected.
|
| msoControlEdit and disappearing text | 20 Jan 2005 19:27 GMT | 1 |
I have developed a command bar for outlook which includes a combo box that is set to msoControlEdit. I am able to programmatically set the text during initialization and the text is displayed. However if I type text into the edit control, as soon as the edit box looses focus the ...
|
| OLK2K3: Date comparison fails with unknown exception error | 20 Jan 2005 17:46 GMT | 17 |
During the recent upgrade of my form (added printing and user notification functions), I was required to change some of the Outlook field names to operate with "Words" bookmarks. Now I want to export the historical data from previous months/years to MSAccess, and due to the ...
|
| Error sending emails in VBA within a Loop | 20 Jan 2005 17:43 GMT | 1 |
I'm trying to send a mass email to all my customers. I've written the routine below to loop through the file containing the email addresses and send the email. The first email send fine but I get an error on the ".Recipients.Add strRecipient" statement on the subsequent pass through ...
|