Fetch options that can be used with the GetMessage and GetMessages methods to selectively retrieve parts of a mail message while skipping others.

Namespace: S22.Pop3
Assembly: S22.Pop3 (in S22.Pop3.dll) Version: 1.1.4653.26443 (1.1.0.0)

Syntax

C#
public enum FetchOptions

Members

Member nameValueDescription
Normal0 Fetches the entire mail message with all of its content.
HeadersOnly1 Only the mail message headers will be retrieved, while the actual content will not be downloaded. If this option is specified, only the header fields of the returned MailMessage object will be initialized.

See Also