| EntryId Enumeration |
Represents Apple entry ID.
Namespace:
Limilabs.Mail.Apple
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax Public Enumeration EntryId
public enum class EntryId
Members
| Member name | Value | Description |
---|
| DataFork | 1 |
Data fork.
|
| ResourceFork | 2 |
Resource fork.
|
| RealName | 3 |
File's name as created on home file system.
|
| Comment | 4 |
Standard Macintosh comment.
|
| IconBW | 5 |
Standard Macintosh black and white icon.
|
| IconColor | 6 |
Macintosh color icon.
|
| FileDatesInfo | 8 |
File creation date, modification date, and so on.
|
| FinderInfo | 9 |
Standard Macintosh Finder information.
|
| MacintoshFileInfo | 10 |
Macintosh file information, attributes, and so on.
|
| ProDOSFileInfo | 11 |
ProDOS file information, attributes, and so on.
|
| MSDOSFileInfo | 12 |
MSDOS file information, attributes, and so on.
|
| AFPShortName | 13 |
AFP short name.
|
| AFPFileInfo | 14 |
AFP short name
|
| AFPDirectoryID | 15 |
AFP short name
|
See Also