Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to change display settings: screen resolution, screen refresh rate
Enumerating data formats currently available on the clipboard
Custom GDI+ class
Mapping and disconnecting network drives
Winsock: sending email messages (SMTP, port 25)
Capturing keyboard activity of another application with the Raw Input API (VFP9)
Winsock: retrieving directory listing from an FTP server using passive data connection (FTP, port 21)
Converting Unicode data from the Clipboard to a character string using a given code page
Enumerating raw input devices attached to the system (keyboard, mouse, human interface device)
Disk in drive A:
How to display the Properties dialog box for a file (ShellExecuteEx)
Enumerating network resources
Detecting changes in connections to removable drives (VFP9)
How to download a file from the FTP server using FtpGetFile
Splash Screen for the VFP application
Using Font and Text functions
Using EnumPrinters function to enumerate locally installed printers
How to play AVI file on the _screen
Retrieving the name of the network resource associated with a local device
Using Video Capture: displaying on FoxPro form frames and previewing video obtained from a digital camera
Running MSDOS Shell as a child process with redirected input and output (smarter RUN command)
Creating irregularly shaped FoxPro form using transparency color key
Creating a console window for Visual FoxPro application
How to put a horizontal text scrolling on the form (a news line)
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: 194  
    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 (107.21.186.38)
    4 sec.Example: 'Drawing cursors for the classes defined by the system (preregistered): BUTTON, EDIT, LISTBOX etc.'
    7 sec.Example: 'Simple Window Viewer'
    1.04 hrs.Function: 'GetKBCodePage'
    Function group: 'Keyboard Input'
    2.79 hrs.Example: 'Enumerating data formats currently available on the clipboard'
    5.44 hrs.Example: 'How to change the name and the size of the font in the MessageBox dialog'
    7.41 hrs.Example: 'How to initiate System shutdown'
     Example: 'Saying "Hello World!" with VFP and WinAPI'
    7.75 hrs.Example: 'Accessing examples contained in this reference from a VFP application'
     Example: 'Confining Windows calculator inside the VFP main window'
    7.97 hrs.Function: 'CeRegDeleteValue'
    Google
    Advertise here!