SearchOptionsBodyPreference Property |
Contains preference information related to the type and size of information that is returned from searching, synchronizing, or fetching.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic List<BodyPreference> BodyPreference { get; }
Public ReadOnly Property BodyPreference As List(Of BodyPreference)
Get
public:
property List<BodyPreference^>^ BodyPreference {
List<BodyPreference^>^ get ();
}
member BodyPreference : List<BodyPreference> with get
Property Value
Type:
ListBodyPreference
See Also