|  | LibY!Mail
    0.20
    A .NET object oriented hierarchical encapsulation of the Yahoo! Mail web services. | 
A request to retrieve a message content from the server More...
| Properties | |
| BlockImageOption | BlockImageOptions  [get] | 
| Gets an option for blocking images | |
| Boolean | EnableWarnings  [get] | 
| Gets a value indicating if to expand warnings on links, forms and password fields. | |
| Boolean | ExpandCidReference  [get] | 
| Gets a value indicating if to expand the CID reference | |
| String | ImageReplaceUrl  [get] | 
| Gets a URL to replace the original URL of images in the message | |
| Boolean | RestrictCss  [get] | 
| Gets a value indicating if to restrict CSS in the message | |
A request to retrieve a message content from the server
Encapsulates the Yahoo! Mail Web Services MidRequest data type.
| 
 | get | 
Gets an option for blocking images
One of BlockImageOptions members
| 
 | get | 
Gets a value indicating if to expand warnings on links, forms and password fields.
true to enable warnings, false to disable them.
The Yahoo! documentation has this to say about this property:
| Quote | 
|---|
| Javascript callback functions are: showLinkWarning(), showFormWarning(), showPasswordWarning() | 
| 
 | get | 
Gets a value indicating if to expand the CID reference
true to expand CID, false otherwise
What's CID anyway?
| 
 | get | 
Gets a URL to replace the original URL of images in the message
The interaction of this property with BlockImageOptions is not yet clear.
| 
 | get | 
Gets a value indicating if to restrict CSS in the message
true to restrict CSS, false otherwise
What "restrict" means exactly remains to be seen.