Contains infarmation that specify the location, for the operations.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxPublic Enumeration StoreType
public enum class StoreType
Members
| Member name | Value | Description |
---|
| Mailbox | 0 |
The client specifies "Mailbox" when it intends to search the store.
|
| DocumentLibrary | 1 |
The client specifies "DocumentLibrary" when it intends to search a Windows SharePoint Services or UNC library.
|
| GAL | 2 |
The client specifies "GAL" when it intends to search the Global Address List.
|
See Also