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