Click here to Skip to main content
15,893,668 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralHave a problem while create DLL!!!Need Help Pin
john_tran6-Nov-04 3:12
john_tran6-Nov-04 3:12 
GeneralRe: Have a problem while create DLL!!!Need Help Pin
Dave Kreskowiak6-Nov-04 5:43
mveDave Kreskowiak6-Nov-04 5:43 
GeneralRe: Have a problem while create DLL!!!Need Help Pin
john_tran8-Nov-04 2:43
john_tran8-Nov-04 2:43 
GeneralMS Chart Problem Pin
VinayKumarS6-Nov-04 0:10
VinayKumarS6-Nov-04 0:10 
Generalserial port communication in vb Pin
arunkg5-Nov-04 19:04
arunkg5-Nov-04 19:04 
GeneralNeed a little help here Pin
KevinMac5-Nov-04 16:40
KevinMac5-Nov-04 16:40 
QuestionMAPI in VB.Net? Pin
chriscpa5-Nov-04 12:15
chriscpa5-Nov-04 12:15 
AnswerRe: MAPI in VB.Net? Pin
Dave Kreskowiak22-Dec-04 0:59
mveDave Kreskowiak22-Dec-04 0:59 
MAPI doesn't come with any version of VB. The Messaging API (MAPI32.dll)is only installed with Exchange Server, Exchange Client, the full version of Outlook (not Express!), or Windows Messaging.

The System.Web.Mail namespace in the .NET Framework wraps the CDOSYS (Collaboration Data Objects for Windows 2000) and will either send mail using the SMTP mail service built into Windows 2000 and above, or use an arbitrary SMTP server. CDOSYS is a COM component that wraps the CDO API 2.0, NOT MAPI. Lost yet? Read this[^].

Now, in order to launch the default STMP client (not MAPI!), you would do the same thing that IE does. Shell the command line:
mailto:someone@somewhere.com?subject=Some subject?body=Some message body

But, attachments are not supported this way!


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralAutomatic scrolling scroll bars Pin
jamesbronw5-Nov-04 5:46
jamesbronw5-Nov-04 5:46 
GeneralRe: Automatic scrolling scroll bars Pin
arunkg5-Nov-04 19:08
arunkg5-Nov-04 19:08 
GeneralRe: Automatic scrolling scroll bars Pin
Anonymous6-Nov-04 5:39
Anonymous6-Nov-04 5:39 
GeneralPrinting Files Pin
cwayman5-Nov-04 1:09
cwayman5-Nov-04 1:09 
GeneralRe: Printing Files Pin
cwayman5-Nov-04 3:15
cwayman5-Nov-04 3:15 
GeneralRe: Printing Files Pin
Member 14977515-Nov-04 13:12
Member 14977515-Nov-04 13:12 
GeneralRe: Printing Files Pin
Mekong River5-Nov-04 16:34
Mekong River5-Nov-04 16:34 
GeneralRe: Printing Files Pin
Member 14977516-Nov-04 4:52
Member 14977516-Nov-04 4:52 
GeneralRe: Printing Files Pin
Dave Kreskowiak6-Nov-04 5:39
mveDave Kreskowiak6-Nov-04 5:39 
GeneralRe: Printing Files Pin
cwayman7-Nov-04 22:02
cwayman7-Nov-04 22:02 
GeneralRe: Printing Files Pin
Dave Kreskowiak8-Nov-04 2:53
mveDave Kreskowiak8-Nov-04 2:53 
GeneralPls help me... Pin
sayhigh4-Nov-04 23:30
sayhigh4-Nov-04 23:30 
GeneralRe: Pls help me... Pin
Dave Kreskowiak5-Nov-04 2:55
mveDave Kreskowiak5-Nov-04 2:55 
Generalserial port communications timeout function Pin
arunkg4-Nov-04 22:47
arunkg4-Nov-04 22:47 
GeneralRe: serial port communications timeout function Pin
codemind8-Nov-04 5:21
codemind8-Nov-04 5:21 
GeneralPersist ListView settings with serialization in VB.NET Pin
vishaljain_19764-Nov-04 20:56
vishaljain_19764-Nov-04 20:56 
GeneralRe: Persist ListView settings with serialization in VB.NET Pin
Tom John9-Nov-04 3:18
Tom John9-Nov-04 3:18 

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.