Internet Direct (Indy)
Home
PreviousUpNext
TIdMessageEncoder.PermissionCode Property

Identifies the Unix user permissions required to acccess an RFC 2822-compliant message part.

Pascal
property PermissionCode: integer;

PermissionCode is an Integer property that identifies the Unix user permissions required to acccess an RFC 2822-compliant message part. 

PermissionCode is used by TIdMessageEncoder like TIdMessageEncoderUUE and TIdMessageEncoderXXE, which support optional user permissions for encoding operations. PermissionCode is used by these classes to identify, in the encoded contents, the user permissions required for decoding operations only. 

PermissionCode is expressed as an Integer, in the form used by the Unix user permission flags. The default value for PermissionCode is 660, as established in the Create contructor.

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.