Difference between revisions of "TPOP3Connection"

From Ultibo.org
Jump to: navigation, search
 
Line 276: Line 276:
 
<br />
 
<br />
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;">
<pre style="border: 0; padding-bottom:0px;">procedure TPOP3Connection.SetHandle(AHandle:LongWord);</pre>
+
<pre style="border: 0; padding-bottom:0px;">procedure TPOP3Connection.SetHandle(AHandle:THandle);</pre>
 
<div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div>
 
<div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div>
 
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
 
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">

Latest revision as of 05:25, 15 June 2021

Return to Unit POP3


Description


To be documented

Class definitions



[Expand]

TPOP3Connection = class(TListObject)


Function declarations



[Expand]
constructor TPOP3Connection.Create;
Description: To be documented


[Expand]
destructor TPOP3Connection.Destroy;
Description: To be documented


[Expand]
function TPOP3Connection.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TPOP3Connection.ReleaseLock:Boolean;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetHandle(AHandle:THandle);
Description: To be documented


[Expand]
function TPOP3Connection.GetRxByteCount:Int64;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetRxByteCount(const ARxByteCount:Int64);
Description: To be documented


[Expand]
function TPOP3Connection.GetTxByteCount:Int64;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetTxByteCount(const ATxByteCount:Int64);
Description: To be documented


[Expand]
function TPOP3Connection.GetRequestCount:Int64;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetRequestCount(const ARequestCount:Int64);
Description: To be documented


[Expand]
function TPOP3Connection.GetReplyCount:Int64;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetReplyCount(const AReplyCount:Int64);
Description: To be documented


[Expand]
function TPOP3Connection.GetRequestTime:TDateTime;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetRequestTime(const ARequestTime:TDateTime);
Description: To be documented


[Expand]
function TPOP3Connection.GetReplyTime:TDateTime;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetReplyTime(const AReplyTime:TDateTime);
Description: To be documented


[Expand]
function TPOP3Connection.GetRemoteAddress:String;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetRemoteAddress(const ARemoteAddress:String);
Description: To be documented


[Expand]
procedure TPOP3Connection.SetStatus(AStatus:LongWord);
Description: To be documented


[Expand]
function TPOP3Connection.GetUsername:String;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetUsername(const AUsername:String);
Description: To be documented


[Expand]
function TPOP3Connection.GetPassword:String;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetPassword(const APassword:String);
Description: To be documented


[Expand]
function TPOP3Connection.GetTimestamp:String;
Description: To be documented


[Expand]
procedure TPOP3Connection.SetTimestamp(const ATimestamp:String);
Description: To be documented


[Expand]
procedure TPOP3Connection.SetThread(AThread:TThread);
Description: To be documented


[Expand]
procedure TPOP3Connection.IncrementRxByteCount(const ARxByteCount:Int64);
Description: To be documented


[Expand]
procedure TPOP3Connection.IncrementTxByteCount(const ATxByteCount:Int64);
Description: To be documented


[Expand]
procedure TPOP3Connection.IncrementRequestCount;
Description: To be documented


[Expand]
procedure TPOP3Connection.IncrementReplyCount;
Description: To be documented


Return to Unit Reference