| Thread | Last Post | Replies |
|
| c# Outlook email not sent stuck in Inbox | 15 Feb 2005 18:29 GMT | 15 |
I am trying to send email via Outlook Object 10 library. When I click Send, the mail item closes but the email never gets delivered. when i open Outlook, i discover that the inbox is littered with the messages that i attempted to send. Why did theses messages not get delivered? ...
|
| VBA or VB.net | 15 Feb 2005 15:54 GMT | 3 |
Is there anything that one could do using VBA that couldn't be done more thoroughly with VB.net (more options)? For programming Outlook functionality, does VBA do a better job than VB.net? Is a good reason to use VBA because it's simpler to use than VB.net?
|
| Getting the List of avaialble categories and list of lables | 15 Feb 2005 14:06 GMT | 3 |
Is there a way to get the list of available categories and the list of labels (there are always 10 labels but their names can be changed…) Thanks! Inbar.
|
| Attach File Macro | 15 Feb 2005 07:53 GMT | 1 |
I have a network with shared files in say S:\work All the files are in another folder under s:\work\final\ Under the Final directory are all our files the first 4 digits represent the first folder under \final\
|
| Calling Outlook from within Excel | 15 Feb 2005 06:14 GMT | 4 |
I found this code online which works really excellent once you reference Outlook: Sub sendmyfilesomewhereplease ActiveWorkbook.SaveAs FileName:="C:\MyFiles\my new excel file.xls"
|
| Today's Date | 15 Feb 2005 00:32 GMT | 2 |
How can I get this to take on today's date? Item.UserProperties("DateCancelled") = "Today's Date Here" Thank you, Joel
|
| How to Get Outlook Version Number? | 14 Feb 2005 19:44 GMT | 1 |
Any one knows how to get Outlook version number with VB or VBA? Thanks, dgu
|
| Selecting who should recieve and attachment in an email message | 14 Feb 2005 17:43 GMT | 2 |
How can I select who I want to get an attachment inmy email and who will just get a copy of the email itself?
|
| Macros in Outlook | 14 Feb 2005 14:41 GMT | 1 |
I have an email filing macro that is installed in C:\Documents and Settings\username\Local Settings\Application Data\Microsoft\Outlook on about 100 computers...running Outlook 2003. In most cases, I'm able to go to Tools->Macros->Macros and see the name of the macro in the list ...
|
| macro warning | 14 Feb 2005 12:32 GMT | 2 |
I've developed a basic form to add a journal entry for phone messages. I wrote a macro to display the form and it works fine. I attached the macro to a toolbar button. However, next time I launch Outlook and click on the button I get a macro
|
| ContactItems from a DistList | 14 Feb 2005 07:22 GMT | 1 |
for an serial-mail-function I need to extract the members from a DistributionList. In her book Sue Mosher showed how to get the AddressEntry, but I need some elements of the ContactItem, such as .Title or .LastName ...
|
| Outlook Outgoing Message Account? | 13 Feb 2005 19:36 GMT | 1 |
I'm tying to get outlook to determine if I am sending an email out through a newsletter account I have, or my regular account, and to notify me when I send it out through my newsletter account. But when trying to access the Sender information, I am getting nothing.... If
|
| How to get SMTP address from Distinguished Name | 12 Feb 2005 01:54 GMT | 6 |
I can get the SMTP address of the current user using CDO but I need to loop through all the names in the TO list of an incoming message and get all their SMTP addresses as well. I guess I would need to change the current user each time, get their AddressEntry.ID and then extract
|
| How to open Calendar C# | 12 Feb 2005 01:50 GMT | 3 |
Now that I found the Outlook public folder containing an existing calendar, how do I open the calendar? And , what if the XP network user has Outlook closed or minimized in the
|
| email an attachment | 11 Feb 2005 18:23 GMT | 1 |
I am trying to send Excel worksheets to mail receipients. The worksheets are in a workbook. I can get the workbook to send using this code but I need it to send the WORKSHEET only. Any ideas, please.
|