Results 1 to 6 of 6

Thread: E-mail Client

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 1999
    Posts
    4

    Post

    I want to make a program, for my company, that checks a personal E-mail account. and if that account has a message, then it sends another Message to to his corporate Address "you've got mail"
    Please help me.
    I tried MAPI and About 4 Demo's from Here.
    How???
    Please Help
    Alon~

  2. #2
    Member
    Join Date
    Oct 1999
    Location
    Richmond, Virginia
    Posts
    41

    Post

    The simplest way to accomplish this would be instead of using specail mail/pop control or dll, access the mail server directly. To do this use a Winsock control (such as DSSock by Dolphin Software) to connect to port 110 of the mail server. Once connected send the username and password and the server will respond with the number of emails.

    Sample Transmission:

    +OK QPOP (version 2.53) at kronos.alcnet.com starting.
    user lee
    Password required for lee.
    pass *password here*
    +OK lee has 15 messages (54054 octets).

    See, easy as can be. If you have any questions or wonder what this code would look like post a message in this forum.

    TheLeeMan

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 1999
    Posts
    4

    Post

    I still don't understand,
    (A) I don't have that DLL (DSSock).
    (B) I want to access multiple servers at once.
    (C) I'm on a deadline, I will be fired from my job if I don't get this done with in a week.
    Peace,
    Alon~

  4. #4
    Member
    Join Date
    Oct 1999
    Location
    Richmond, Virginia
    Posts
    41

    Post

    Here, take a look at the items I placed in this zip file. Is this the sort of thing you are looking for?

    You need to register the control (*.OCX) using the regsvr32.exe file (or somthing similar) found on your VB cd-rom. If you wish to keep the OCX you need to purchase a copy from www.dolphinsys.com

    Just run the exe, it should be self explanitory.

    If you want the source code contact me via email to talk.
    http://www.gbgm-umc.org/smumc-va/per...mailnotify.zip

    ------------------
    TheLeeMan
    [email protected]

  5. #5

    Thread Starter
    New Member
    Join Date
    Oct 1999
    Posts
    4

    Post

    It tells me that the dssock.ocx is not registered...
    Alon~

  6. #6
    Member
    Join Date
    Oct 1999
    Location
    Richmond, Virginia
    Posts
    41

    Post

    Like I said, you need to register it.

    1] Download the zip file below
    2] Copy the regsvr32.exe (in zip file) to the c:\windows\system\ directory
    3] Run the OcxDll.Reg file
    4] Copy the dssocket.ocx file to your c:\windows\system directory, right click on it and select "Register"
    http://www.gbgm-umc.org/smumc-va/personal/ocxdll.zip

    TheLeeMan


    [This message has been edited by TheLeeMan (edited 10-19-1999).]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width