ItemOperationsFetchRequestStore Property |
Specifies the name of the store to which the parent operation applies.
The following values are valid for the Store element:
- Document Library (Microsoft SharePoint Server and UNC links)
- Mailbox (items and attachments)
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic StoreType Store { get; set; }
Public Property Store As StoreType
Get
Set
public:
property StoreType Store {
StoreType get ();
void set (StoreType value);
}
member Store : StoreType with get, set
Property Value
Type:
StoreType
See Also