Class PopSettings
POP settings for an account.
public class PopSettings : IDirectResponseSchema
- Inheritance
-
PopSettings
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
PopSettings()
public PopSettings()
Properties
AccessWindow
The range of messages which are accessible via POP.
public virtual string AccessWindow { get; set; }
Property Value
Disposition
The action that will be executed on a message after it has been fetched via POP.
public virtual string Disposition { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }