New grouped collection for quick event dialog.

This commit is contained in:
Burak Kaan Köse
2025-12-30 10:36:27 +01:00
parent 07f3dabff6
commit 70ac2d2bea
4 changed files with 69 additions and 4 deletions
@@ -107,4 +107,6 @@ public class MailAccount
/// Gets whether the account can perform AliasInformation sync type.
/// </summary>
public bool IsAliasSyncSupported => ProviderType == MailProviderType.Gmail;
public override string ToString() => Name;
}