Internet Direct (Indy)
Home
PreviousUpNext
TIdIdent.ReplyOther Property

Unformatted, printable text that identifies the user in an Ident query.

Pascal
property ReplyOther: String;

ReplyOther is a read-only String property that represents the unformatted, printable characters found in the response to an Ident query. ReplyOther is represented in the character set specified by ReplyCharset. ReplyOther will contain a value when the user identifier does not meet the constraints required for an operating system user identifer, and may include an audit token, the user's real name, phone number, or email address. 

The value in ReplyOther is obtained by parsing the Reply property updated in the Query method. 

Use the ReplyCharset, ReplyOS, and ReplyUserName properties to access additional values that may have been present in Reply.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.