|
-
Aug 3rd, 2000, 08:33 PM
#1
Thread Starter
Frenzied Member
How can I make an email program? Should I use the MAPI controls? Where can I learn to use them?
-
Aug 3rd, 2000, 09:05 PM
#2
http://www.planet-source-code.com - search MAPI.
MAPI control would probably be your best hope if you wish to make your own Email program.
-
Aug 4th, 2000, 01:29 AM
#3
Steve...Mathew is exactly right
Am currently adding the same functionality to one of our products and went to planetsourcecode. Numerous examples, be sure to get one that includes attachments.
It is actually really easy once you get the hang of it. Off to kiwiland this evening so am going to work on it tonite, thinking maybe outlook could be opened as an object, not too sure if this is possible, but if so would be really hot will let you know what l discover.
-
Aug 4th, 2000, 09:21 AM
#4
Member
If you want to be really cool you'll go read the IMAP4 RFC and have your program (using winsock) directly send and interpret IMAP4 commands. Assuming you are going to be using IMAP4, instead of cruddy old POP3. Also, if this is going to be a professional level app, you should be able to interpret the type of attachment and save it to disk if it's a regular file or if it's a embedded email you should have it recursively open up in your app.
-
Aug 4th, 2000, 09:28 AM
#5
Thread Starter
Frenzied Member
IMAP4? Never heard of it. Im more familiar with winsock than the MAPI controls. Is there a way I can do it with winsock?
-
Aug 4th, 2000, 12:19 PM
#6
Not exactly sure what kl899 is talking about. But this link uses Winsock and sends mail, as it said it should.
http://www.vbcode.com/asp/showsn.asp?theID=619
-
Aug 24th, 2000, 01:43 PM
#7
Fanatic Member
Re: Steve...Mathew is exactly right
Jethro,
Did you get this finished? I am curious how you made out. I just completed mine using the winsock.ocx. Did you use the Outlook or Winsock ocx or something completely different.
Originally posted by Jethro
Am currently adding the same functionality to one of our products and went to planetsourcecode. Numerous examples, be sure to get one that includes attachments.
It is actually really easy once you get the hang of it. Off to kiwiland this evening so am going to work on it tonite, thinking maybe outlook could be opened as an object, not too sure if this is possible, but if so would be really hot will let you know what l discover.
-
Aug 27th, 2000, 08:09 PM
#8
-
Aug 28th, 2000, 08:08 AM
#9
Lively Member
While we are on the subject, is there a way of sending an email with reminder using MAPI?
VB6(SP4), QB4.5, PDS7.0, IBM-U2
-
Aug 28th, 2000, 08:41 AM
#10
Fanatic Member
What d'ja mean 'wid a reminder'?
You can specify da text you want to send at run-time if dat is what you mean.
(Excuse me accent)
Geddit? You can't have an accent when you type.
AH, YOU'RE ALL SO LAME ANYWAY.
Just kidding.
-
Aug 28th, 2000, 03:29 PM
#11
Lively Member
Ok, in outlook you can schedule an appointment with the reminder pops up every 5 or 10 minutes, how do you do that in VB? Thanks!
VB6(SP4), QB4.5, PDS7.0, IBM-U2
-
Oct 27th, 2000, 12:41 PM
#12
New Member
Im looking for the same thing!
I too am looking for a way to make an appointment and have someone recieve reminders through outlook in a vb app. If you find a way, please let me know.
-
Jul 11th, 2002, 04:43 PM
#13
Hyperactive Member
O.K guys ..
What I am looking for is the opposit,
I was thinking of using a VB program as an IMAP server ...
lets assume that stroring sending and receiving emails is not an issue, just the listening to an IMAP request from the client and returning the information using IMAP protocols.
possible ?
Or does anyone know of a GOOD imap server that doesn't cost $200-$10000 ??? Linux or Windows
I am currently using mercury on win2000, but it has a huge memory leak .. I was trying to set an IMAP server on a Linux machine but you know Linux ... if you miss a ; somewhere it doesn't work .. well it doesn't work.
In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.
- Douglas Adams
The Hitchhiker's Guide to the Galaxy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|