LibY!Mail
0.20
A .NET object oriented hierarchical encapsulation of the Yahoo! Mail web services.
|
Contains all the classes of LibY!Mail related to user preferences. More...
Classes | |
class | Alias |
Represents an alias of the Yahoo! Mail account More... | |
class | AliasCollection |
A collection of aliases defined for the Yahoo! Mail account More... | |
class | BlockedAddresses |
Contains information about the addresses blocked by the user. More... | |
class | DisposableAddress |
Describes a disposable address defined in the user's preferences. More... | |
class | DisposableAddressCollection |
Represents a collection of DisposableAddress objects defined by the user. More... | |
class | ExternalAccount |
Represents an external email account that the user can read messages from into his Yahoo! account. More... | |
class | ExternalAccountCollection |
Represents the collection of external accounts defined for this email account. More... | |
class | FeaturePref |
Contains properties related to general preferences. More... | |
class | PopPref |
Contains properties related to POP3 access More... | |
class | SendPref |
Contains preferences related to message sending More... | |
class | SpamPref |
class | UIPref |
class | UserPreferences |
Contains the various mail preferences, or options, of the user More... | |
class | VacationPref |
Specifies preferences for sending automatic reply to incoming messages. More... | |
Enumerations | |
enum | AddUnknownContact { Always = com.yahooapis.mail.UnknownContactAction.always, Prompt = com.yahooapis.mail.UnknownContactAction.prompt, Unspecified = com.yahooapis.mail.UnknownContactAction.unspecified } |
Describes the behaviour when sending messages to an address not in the address book. More... | |
enum | DefaultBlockImageOption { None = 0, All = 1, ContactsAndCertified = 2 } |
The default image blocking behaviour More... | |
enum | PartnerType { BT, Rogers, Sbc, Verizon, Unknown } |
A partner this account is registered through? More... | |
enum | QuoteOriginalMessage { None = IncludeMsgOnReply.none, Short = IncludeMsgOnReply.@short, Full = IncludeMsgOnReply.full } |
enum | RedirectOnDelete { Folder, NextMessage } |
Describes where to redirect the user when a message is deleted More... | |
Contains all the classes of LibY!Mail related to user preferences.
/*!
enum AddUnknownContact |
The default image blocking behaviour
None |
Don't block images |
All |
Block all images |
ContactsAndCertified |
Only show messages from contacts and Certified Senders. |
enum PartnerType |
enum QuoteOriginalMessage |
enum RedirectOnDelete |
Describes where to redirect the user when a message is deleted
Used in UIPref.RedirectOnDelete property.