Click here to Skip to main content
15,918,404 members
Home / Discussions / C#
   

C#

 
GeneralRe: New C# Section Pin
Nish Nishant21-May-02 23:26
sitebuilderNish Nishant21-May-02 23:26 
GeneralRe: New C# Section Pin
Nick Parker21-May-02 17:22
protectorNick Parker21-May-02 17:22 
GeneralRe: New C# Section Pin
Nish Nishant21-May-02 23:27
sitebuilderNish Nishant21-May-02 23:27 
QuestionCould you please do me a favor? Pin
21-May-02 15:39
suss21-May-02 15:39 
AnswerRe: Could you please do me a favor? Pin
Rama Krishna Vavilala21-May-02 16:16
Rama Krishna Vavilala21-May-02 16:16 
AnswerRe: Could you please do me a favor? Pin
Nick Parker21-May-02 17:16
protectorNick Parker21-May-02 17:16 
AnswerRe: Could you please do me a favor? Pin
Christian Graus21-May-02 19:46
protectorChristian Graus21-May-02 19:46 
GeneralSMTPMAIL class Pin
21-May-02 8:59
suss21-May-02 8:59 
Hi everybody!
I am trying to exercise possibility of e-mailing crystal report ... So i am trying to use SMTP Mail class...
here is the code from MSDN:
string from = "from@microsoft.com";
string to = "to@microsoft.com";
string subject = "UtilMailMessage001";
string body = "<html><body>UtilMailMessage001 - s</body></html>";
SmtpMail.Send (from, to, subject, body);

In my case I’ll try to put report as a "body"...
Getting error 'Could not access CDO.message'

Any ideas why? maybe there is a better way of sending report to the mail ?

Please help !!! Going circles...

Thank you

GeneralRe: SMTPMAIL class Pin
Rama Krishna Vavilala21-May-02 12:32
Rama Krishna Vavilala21-May-02 12:32 
GeneralRe: SMTPMAIL class Pin
Nish Nishant21-May-02 15:54
sitebuilderNish Nishant21-May-02 15:54 
GeneralRe: SMTPMAIL class [was wrong abt NT] Pin
Nish Nishant21-May-02 15:55
sitebuilderNish Nishant21-May-02 15:55 
GeneralRe: SMTPMAIL class Pin
Rama Krishna Vavilala21-May-02 16:13
Rama Krishna Vavilala21-May-02 16:13 
GeneralRe: SMTPMAIL class Pin
Nish Nishant21-May-02 17:11
sitebuilderNish Nishant21-May-02 17:11 
GeneralRe: SMTPMAIL class Pin
James T. Johnson22-May-02 2:40
James T. Johnson22-May-02 2:40 
GeneralRichEdit and saving to a file Pin
Rickard Andersson2021-May-02 6:55
Rickard Andersson2021-May-02 6:55 
GeneralRe: RichEdit and saving to a file Pin
James T. Johnson21-May-02 6:59
James T. Johnson21-May-02 6:59 
GeneralRe: RichEdit and saving to a file Pin
Rickard Andersson2021-May-02 7:12
Rickard Andersson2021-May-02 7:12 
GeneralRe: RichEdit and saving to a file Pin
Nick Parker21-May-02 17:20
protectorNick Parker21-May-02 17:20 
GeneralRe: RichEdit and saving to a file Pin
James T. Johnson21-May-02 17:34
James T. Johnson21-May-02 17:34 
GeneralRe: RichEdit and saving to a file Pin
Nick Parker21-May-02 18:43
protectorNick Parker21-May-02 18:43 
GeneralRe: RichEdit and saving to a file Pin
James T. Johnson22-May-02 2:48
James T. Johnson22-May-02 2:48 
Generalopen a window from a webPage Pin
sharon21-May-02 0:46
sharon21-May-02 0:46 
Generaldata access application block Pin
SimonS21-May-02 0:08
SimonS21-May-02 0:08 
GeneralRe: data access application block Pin
James T. Johnson21-May-02 4:56
James T. Johnson21-May-02 4:56 
GeneralDisabling Virtual Memory Swapping ..... Pin
Pranoti20-May-02 23:41
Pranoti20-May-02 23:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.