$Status = pop3.Login (
<User>
,
<Pass>
)
This function provides login information of the user.
Parameters
<User>
Represents the Username.
<Pass>
Represents the Password.
Return Value
Function returns 1 on success, 0 on failure.