IMail |
void Expunge( IList<UniqueId> uids, CancellationToken cancellationToken = default )
Expunges the specified uids, permanently removing them from the folder.
Note |
---|
Normally, an MessageExpunged event will be emitted for each message that is expunged. However, if the mail store supports the quick resynchronization feature and it has been enabled via the EnableQuickResync(CancellationToken) method, then the MessagesVanished event will be emitted rather than the MessageExpunged event. |