Click or drag to resize

CNNTP Properties

X#

The CNNTP type exposes the following members.

Properties
  NameDescription
Public propertyCurrentNews
The current CNews object of the CNNTP class.
Public propertyDomainName
**Missing documentation **
(Inherited from CMailAbstract.)
Public propertyError
Numeric value representing the last occurring error code.
(Inherited from CMailAbstract.)
Public propertyErrorMsg
A string representing the error description.
(Inherited from CMailAbstract.)
Public propertyGroupName
Returns a string representing the name of the currently selected group.
Public propertyMessage
Returns the numeric ID of the message currently being processed.
Public propertyMessageCount
Returns the number of messages in the currently selected group.
Public propertyMessageFirst
Returns the numeric ID of the first available message in the currently selected group.
Public propertyMessageID
Returns a string representing the unique message ID of the message currently being processed.
Public propertyMessageLast
Returns the numeric ID of the last available message in the currently selected group.
Public propertyPassWord
A string representing the password to be used.
(Inherited from CMailAbstract.)
Public propertyRemoteHost
String representing the address of the mail server.
(Inherited from CMailAbstract.)
Public propertyRemotePort
Numeric value representing the port number.
(Inherited from CMailAbstract.)
Public propertyReplyCode
Numeric value representing the server's reply code.
(Inherited from CMailAbstract.)
Public propertyReplyString
Returns a string with the latest reply from the NNTP Server.
(Overrides ReplyString.)
Public propertyTimeout
Numeric value representing the time-out in milliseconds.
(Inherited from CMailAbstract.)
Public propertyTimeoutRetries
**Missing documentation **
(Inherited from CMailAbstract.)
Public propertyUserName
A string containing the user name to be used.
(Inherited from CMailAbstract.)
Top
See Also