Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to change display settings: screen resolution, screen refresh rate
Adding and deleting Scheduled Tasks using NetScheduleJob API functions
Custom GDI+ class
Capturing keyboard activity of another application with the Raw Input API (VFP9)
Converting Unicode data from the Clipboard to a character string using a given code page
Establishing connection using the SQLDriverConnect
Custom FTP Class for Visual FoxPro application
Detecting changes in connections to removable drives (VFP9)
How to create non-blocking Winsock server
Winsock: sending email messages (SMTP, port 25)
Splash Screen for the VFP application
How to print a bitmap file
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
Custom HttpRequest class (WinHTTP)
How to activate Windows Calculator
Enumerating raw input devices attached to the system (keyboard, mouse, human interface device)
Peer-to-peer LAN messenger built with Mailslot API functions
Sending email messages with Simple MAPI
Custom HttpRequest class (WinINet)
How to create MD-5 and SHA-1 hash values from a string
Enumerating data formats currently available on the clipboard
Displaying animated images on FoxPro form with BitBlt and StretchBlt functions
How to put a vertical text scrolling on the form (a movie cast)
Displaying bitmap using the AlphaBlend function
Winsock: reading email messages (POP3, port 110)

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
More code examples    Listed functions    Add comment     W32 Constants      Translate this page Printer friendly version of this code sample
Before you begin:
This code returns number of incoming email messages waiting on a POP3 server without opening your default email client (Outlook Express, GoupWise, Eudora etc.).

Also it contains basic GetMsg and GetMsgTop methods being good enough for reading those messages.

Note that even after being read all messages stay on your server (unless you decide to issue the DELE command), so they will be available for retrieving in your regular email program.

In the beginning part of the code replace connection attributes with valid ones from your email account. This is where you can find them in Microsoft Outlook Express:



See also:
  • Winsock: sending email messages (SMTP, port 25)
  • MAPI example (file attachments enabled)
  • MAPI: sending email messages
  • MAPI: reading email messages
  • Function MAPISendDocuments

    FoxTalk articles:
  • Sending SMTP Messages in Visual FoxPro Applications, Part 1
  • Sending SMTP Messages in Visual FoxPro Applications, Part 2
  • Accessing Hotmail and MSN Accounts in Visual FoxPro
  •  
      Members area. Log in to view this example.
     
      User name:
      Password:
     
     
      Forgot your password?
     
      Sign up for
    the Membership
     
     


    User rating: 0/10 (0 votes)
    Rate this code sample:
    • ~
    6623 bytes  
    Created: 2003-02-21 11:32:53  
    Modified: 2011-12-10 09:20:22  
    Visits in 7 days: 136  
    Listed functions:
    closesocket
    gethostbyname
    htons
    inet_addr
    inet_ntoa
    recv
    send
    socket
    WSACleanup
    WSACloseEvent
    WSACreateEvent
    WSAEventSelect
    WSAStartup
    WSAWaitForMultipleEvents
    Printer friendly API declarations
    My comment:
    A screen output will be similar to the following:

    Connecting to pop3.fastmail.com, 192.168.0.1 ...
    +OK POP3 server ready.

    >> USER UncleJoe
    +OK Password required.

    >> PASS checkmail
    +OK logged in.

    >> STAT 5 67312

    >> QUIT
    +OK POP3 server signing off.


    "STAT 5" means that there is 5 messages waiting.

    * * *
    There is a couple of links that might be interesting:
  • STD/STD53. Post Office Protocol - Version 3
  • How to receive an e-mail (Introduction to POP3 protocol)

    #kwd: sln_reademail, sln_winsock
  • Word Index links for this example:
    Translate this page:
      Spanish    Portuguese    German    French    Italian  
    FreeTranslation.com offers instant, free translations of text or web pages.
    User Contributed Notes:
    There are no notes on this subject.


    Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

    Privacy policy
    Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
    Last Topics Visited (54.234.67.55)
    15.9 min.Example: 'Reading and setting system access privileges for the current process'
    9.15 hrs.Example: 'How to ping a remote site using IP Helper API calls'
    1 day(s)Example: 'Configuring DEVMODE structure for a printer'
     Function: 'GetKeyboardLayout'
    Function group: 'Keyboard Input'
     Function: 'GetBkMode'
     Function: 'GetRawInputData'
     Example: 'Comparing dimensions of the VFP main window with _SCREEN properties'
    Google
    Advertise here!