LibY!Mail  0.20
A .NET object oriented hierarchical encapsulation of the Yahoo! Mail web services.
UserPreferences Class Reference

Contains the various mail preferences, or options, of the user More...

Public Member Functions

void SetData ()
 Store the preferences linked from this object on the Yahoo! Mail server.
 

Properties

AliasCollection Aliases [get]
 Gets the aliases for this account.
 
BlockedAddresses BlockedAddresses [get]
 Gets the BlockedAddresses object with information about blocked addresses.
 
DisposableAddressCollection DisposableAddresses [get]
 Gets the collection of disposable addresses defined in the account.
 
ExternalAccountCollection ExternalAccounts [get]
 Gets the collection of external email accounts defined for this account
 
FeaturePref FeaturePrefs [get]
 Gets a FeaturePref object with general user preferences.
 
Int32 FilterMax [get]
 Gets the maximum number of filters the user can set.
 
Int32 FilterNumber [get]
 Gets the number of filters defined by the user
 
PopPref PopPrefs [get]
 Gets a PopPref object with POP3 related preferences.
 
SendPref SendPrefs [get]
 Gets a SendPref object with mail sending preferences.
 
SpamPref SpamPrefs [get]
 Gets a SpamPref object with SPAM hadling preferences
 
UIPref UIPrefs [get]
 Gets a UIPref object with user interface preferences
 
VacationPref VacationPrefs [get]
 Gets a VacationPref object with vacation message preferences
 
Boolean WarnOnFormSubmit [get]
 Gets a value indicating of to display a warning when submitting a form
 

Detailed Description

Contains the various mail preferences, or options, of the user

Encapsulates the UserData data type returned from the Yahoo! Mail Web Services GetUserData method.

Member Function Documentation

void SetData ( )

Store the preferences linked from this object on the Yahoo! Mail server.

Property Documentation

AliasCollection Aliases
get

Gets the aliases for this account.

Gets the BlockedAddresses object with information about blocked addresses.

DisposableAddressCollection DisposableAddresses
get

Gets the collection of disposable addresses defined in the account.

This feature is limited to Yahoo! Mail Plus memters only.

ExternalAccountCollection ExternalAccounts
get

Gets the collection of external email accounts defined for this account

FeaturePref FeaturePrefs
get

Gets a FeaturePref object with general user preferences.

Int32 FilterMax
get

Gets the maximum number of filters the user can set.

While this is undocumented by Yahoo!, its meaning was convayed to me by e-mail.

Int32 FilterNumber
get

Gets the number of filters defined by the user

While this is undocumented by Yahoo!, its meaning was convayed to me by e-mail.

PopPref PopPrefs
get

Gets a PopPref object with POP3 related preferences.

SendPref SendPrefs
get

Gets a SendPref object with mail sending preferences.

SpamPref SpamPrefs
get

Gets a SpamPref object with SPAM hadling preferences

UIPref UIPrefs
get

Gets a UIPref object with user interface preferences

VacationPref VacationPrefs
get

Gets a VacationPref object with vacation message preferences

Boolean WarnOnFormSubmit
get

Gets a value indicating of to display a warning when submitting a form

true to display a warning, false not to display a warning.


The documentation for this class was generated from the following file: