by Antonio Linares » Tue May 14, 2013 6:29 am
- Code: Select all Expand view
function Main()
local olApp := CreateObject( "Outlook.Application" )
local olns := olApp:GetNameSpace( "MAPI" )
local oUserFolder := olns:Folders( "alinares@fivetechsoft.com" )
local oFolder := oUserFolder:Folders( "Bandeja de entrada" )
local n
MsgInfo( "Total emails: " + AllTrim( Str( oFolder:Items:Count ) ) )
for n = 1 to Min( oFolder:Items:Count, 10 )
MsgInfo( oFolder:Items( n ):Subject )
next
return nil
-
Antonio Linares
- Site Admin
-
- Posts: 42092
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
-
Return to FiveWin for Harbour/xHarbour
Who is online
Users browsing this forum: No registered users and 86 guests