DispositionNotificationTo Property

OpenPop.NET

OpenPop.NET POP3 Library Documentation

MessageHeader.DispositionNotificationTo Property

A List of emails to people who wishes to be notified when some event happens.
These events could be email:

  • deletion
  • printing
  • received
  • ...
The list will be empty if no Disposition-Notification-To header was present in the message

public List<RfcMailAddress> DispositionNotificationTo { public get; private set; }

Remarks

See RFC 3798 for details

See Also

MessageHeader Class | OpenPop.Mime.Header Namespace