Click or drag to resize

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
Members
  Member nameValueDescription
LinkId5 The link to the document, specified as a Uniform Resource Identifier (URI).
DisplayName6 The name of the document, as displayed by the client.
IsFolder7 Specifies whether the item is a folder or a document.
CreationDate8 The date and time when the document was first created.
LastModifiedDate9 The date and time when the document or its properties was last modified.
IsHidden10 Specifies whether this is a hidden object.
ContentLength11 The estimated size of the document, in bytes.
ContentType12 The Multipurpose Internet Mail Extensions (MIME) type of the binary-encoded content or content encoded with base64 encoding.
See Also