Property Arrival
- Namespace
- MailFathom.Application.Rules
- Assembly
- MailFathom.Application.dll
Arrival
Gets the trigger that runs a rule over a message the account's synchronization run has just committed.
public static MailRuleTrigger Arrival { get; }
Property Value
Remarks
Named after the moment rather than after the transport, because Push already names an account's
synchronization mode and a rule is unaffected by whether its account is watched or polled: mail committed by a
polled run reaches this trigger exactly as mail committed by a watched one does.