DocumentLibrary Enumeration |
DocumentLibrary namespace of the ActiveSync protocol
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public enum DocumentLibrary
Public Enumeration DocumentLibrary
public enum class DocumentLibrary
Members
| Member name | Value | Description |
---|
| LinkId | 5 |
The link to the document, specified as a Uniform Resource Identifier (URI).
|
| DisplayName | 6 |
The name of the document, as displayed by the client.
|
| IsFolder | 7 |
Specifies whether the item is a folder or a document.
|
| CreationDate | 8 |
The date and time when the document was first created.
|
| LastModifiedDate | 9 |
The date and time when the document or its properties was last modified.
|
| IsHidden | 10 |
Specifies whether this is a hidden object.
|
| ContentLength | 11 |
The estimated size of the document, in bytes.
|
| ContentType | 12 |
The Multipurpose Internet Mail Extensions (MIME) type of the binary-encoded content or content encoded with base64 encoding.
|
See Also