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

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
 

Detailed Description

A request to retrieve a message content from the server

Encapsulates the Yahoo! Mail Web Services MidRequest data type.

Property Documentation

BlockImageOption BlockImageOptions
get

Gets an option for blocking images

One of BlockImageOptions members

Boolean EnableWarnings
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()
Boolean ExpandCidReference
get

Gets a value indicating if to expand the CID reference

true to expand CID, false otherwise

What's CID anyway?

String ImageReplaceUrl
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.

Boolean RestrictCss
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.


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