![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: namespace, systemnetmail, working |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
hey all,
i found the following code snippet in msdn: //Send the message. SmtpClient client = new SmtpClient(server); MailMessage message = new MailMessage( ", ", "Quarterly data report.", "See the attached spreadsheet."); client.Credentials = CredentialCache.DefaultNetworkCredentials; client.Send(message); i'm using vs2005 and outlook/exchange 2003 and when i try to build this i get a runtime error saying the CredentialCache does not exist. any ideas? is there a way to prompt me for them or say that their missing or something like that? thanks, rodchar |
| Ads |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NameSpace.GetItemFromID() threw an exception | OctopusThu | Add-ins for Outlook | 2 | December 15th 06 07:40 AM |
| My system shuts down when working in Word | Legales1 | Outlook - General Queries | 1 | May 27th 06 11:20 AM |
| nameSpace.OptionsPagesAdd | Ralf Jansen | Add-ins for Outlook | 2 | May 12th 06 04:01 PM |
| system delete sound heard when I am not working at my computer but it is left on... | Yolanda Martin | Outlook Express | 3 | April 26th 06 03:07 AM |
| GetItemFromID method on a public folder in the namespace | Robert Squire | Outlook and VBA | 1 | February 24th 06 02:31 PM |