borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Flash Developers)Next Topic (VIRUS) New Topic New Poll Post Reply
AndreaVB Forum : Off-Topic : HOW CAN SEND FAX
Poster Message
HAMED
Level: Guest


icon HOW CAN SEND FAX

Hello,
Please tell me how can send fax from visual basic programs in windows 98.

sample:
1.User dialing to my computer
2.My computer play wellcome wave to He/She
3.Then computer play a wave how say to user " PLEASE PRESS THE START KEY (Fax) "
4.And then my computer send (fax) the text or etc. to user

Excuse me because i am not very good understand english language

thanks a lot




12-09-2003 at 06:44 AM
| Quote Reply
steve_w
Level: Moderator


Registered: 18-04-2003
Posts: 1156
icon Re: HOW CAN SEND FAX

This isn't quite what you're after, but I posted it because I was surprised it worked, don't know how but I am connected to a mail exchange.


MAPISession1.UserName = <username>
MAPISession1.SignOn
MAPISession1.NewSession = True


  MAPIMessages1.SessionID = MAPISession1.SessionID
  MAPIMessages1.MsgIndex = -1
  MAPIMessages1.RecipType = 1
  MAPIMessages1.RecipDisplayName = "[FAX:myfaxname@01685303339]" ' *** Send Fax
  MAPIMessages1.AddressResolveUI = False
  MAPIMessages1.ResolveName
  MAPIMessages1.MsgNoteText = "Hey this is great the MAPI code works fine "
  MAPIMessages1.Send False

MAPISession1.SignOff


Steve  


Heres where i found it.
http://beta.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/VB_Controls/Q_10155864.html#1493414

[Edited by steve_w on 12-09-2003 at 01:18 PM GMT]

12-09-2003 at 01:16 PM
View Profile Send Email to User Show All Posts | Quote Reply
vbgen
Level: Moderator

Registered: 10-10-2002
Posts: 876
icon Re: HOW CAN SEND FAX

just a question... i received mail once saying that they can convert my computer into a fax machine... is there any member here who has a feature like this?

HAMED, is your computer set up to receive faxes?

____________________________
Been busy trying to take a second degree <--it's not working out...

02-10-2003 at 04:41 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Off-Topic : HOW CAN SEND FAX
Previous Topic (Flash Developers)Next Topic (VIRUS) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder