Library code snippets
Send Email Using CDO
Illustrated in this example is a simple emailer that supports attachments.
In order to use the code provided in the sample project, you must have CDOEX.DLL. I am not sure if I'm authorized to provide this with the project, so, to be on the safe side, I won't. You can download the CDO Libraries from Microsoft.com, however. CDOEX.DLL is Microsoft CDO for Exchange 2000 Object Library.
In addition to CDOEX.DLL as a reference, I used two components for convenience's sake: Microsoft Common Dialog Control and Microsoft Windows Common Controls 6.0.
I hope you find this small sample as useful as I do.
Related articles
Related discussion
-
Problem with migration to C# (CoCreateInstanceEx)
by LRollison (1 replies)
-
VB6 Problem Creating Shortcuts
by rb1177 (0 replies)
-
how can i open a file
by kyawswarhtun (0 replies)
-
how to save any one form what i want?
by blackguy (5 replies)
-
Build an MP3 Player
by soybees (4 replies)
Related podcasts
-
Christian Beauclair
14 mai 2008 (�mission #0074) ::.Christian Beauclair: Stratégies de migration VB6 vers .NET Nous discutons avec Christian Beauclair des stratégies de migration VB6 vers .NET. Entre autres, nous discutons comment utiliser le "VB 6 Code Advisor" et le "Interop Forms Toolkit" pour ajouter la puiss...
But it looks very useful for my application and I didn't undertood how to configurate correctly it, because I want something to send an automatic e-mail, just to alert someone about an action that happened in the application, and I have now idea about how to fill SMTP Server, Source E-mail and Dysplay From boxes.
I would be thanked if someone could help me.
thks
hi,
it asks SMTP server name and source e-mail. can you please tell me how to fill these textboxes or is there any way to dont ask the user these two things because ithink most simple users of internet will not be able to fille them if there is any universal value for them or there is any possiblity to avoid these two values then please tell me it will be very helpful for me
REGARDS
This thread is for discussions of Send Email Using CDO.