Search the web
Sign In
New User? Sign Up
tmail2000
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Some help please   Message List  
Reply | Forward Message #716 of 798 |


Ok, Im lost :-(

Where is my mistake:


-------------------------
unit Unit1;

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics,
Controls, Forms,
Dialogs, Mail2000, StdCtrls;

type
TForm1 = class(TForm)
Button1: TButton;
POP: TPOP2000;
Msg: TMailMessage2000;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;

var
Form1: TForm1;

implementation

{$R *.dfm}

procedure TForm1.Button1Click(Sender: TObject);

begin
POP.UserName := 'willistas';
POP.Password := '12345';
POP.Host := 'mail.pop.com.br';
POP.Port := 110;
pop.Connect;
pop.Login;
POP.RetrieveHeader(1);
showmessage(msg.Subject);
end;

end.
-----------------------------

Someone could help me?

Tks

Willian









Fri Oct 15, 2004 10:35 pm

multitralhas
Offline Offline
Send Email Send Email

Forward
Message #716 of 798 |
Expand Messages Author Sort by Date

Ok, Im lost :-( ... unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Mail2000, StdCtrls; type ...
multitralhas
Offline Send Email
Oct 17, 2004
11:56 am

multitralhas,ÄúºÃ£¡ Excuse me , I'm a chinese, my Englise is poor. Maybe, your mailbox is empty. This is my code: ...
Jacky
sd962
Offline Send Email
Oct 19, 2004
10:02 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help