Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have setup my program using outlooks dll's to send email.

 

I am a little unsure how dll's work, but here is the question.

 

What if the program runs on a pc without outlook? What will happen? Will it throw an error and not send the email, or can it manage with the dll's alone.

 

Thanks

 

Steve

Posted

Ok, since the dll's I am using are from Outlook would they work with outlook express or is there another set or dll's for that?

 

Would be good if that worked since express comes on most pc's with windows nowadays.

 

Thanks for your help.

Posted

yes, i am trying to send mail. I have a database that stores names and emails. It is a bit like a mail program, but it is only used to send messages.

 

I have tried using the mail that comes with vb without any success.

 

Thanks

 

Steve

Posted
If you use Outlook DLLs, the user needs Outlook, it won't work on Outlook Express because although the names are the same they use different DLLs(msoe.dll for OE)
.Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
  • *Experts*
Posted

You might have better luck accessing their default email program.

 

System.Diagnostics.Process.Start("mailto:whoever@whereever.com")

Member, in good standing, of the elite fraternity of mentally challenged programmers.

 

Dolphins Software

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...