Make core library aot compatible.
This commit is contained in:
@@ -45,14 +45,6 @@ public abstract class WinoSynchronizer<TBaseRequest, TMessageType, TCalendarEven
|
||||
/// </summary>
|
||||
public abstract uint InitialMessageDownloadCountPerFolder { get; }
|
||||
|
||||
/// <summary>
|
||||
/// DEPRECATED: MIME messages are no longer downloaded during synchronization.
|
||||
/// MIME content is only downloaded when explicitly needed (e.g., when user reads a message).
|
||||
/// This property is kept for backward compatibility but is no longer used.
|
||||
/// </summary>
|
||||
[Obsolete("MIME messages are no longer downloaded during sync. Use DownloadMissingMimeMessageAsync instead.")]
|
||||
public virtual int InitialSyncMimeDownloadCount => 0;
|
||||
|
||||
/// <summary>
|
||||
/// Creates a new Wino Mail Item package out of native message type with metadata only.
|
||||
/// NO MIME content is downloaded during synchronization - only headers and essential metadata.
|
||||
|
||||
Reference in New Issue
Block a user