PropertySet - свойства |
Тип PropertySet предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| AddBlankTargetToLinks |
Gets or sets value indicating whether or not to add blank target attribute to anchor links.
| |
| BasePropertySet |
Gets or sets the base property set the property set is based upon.
| |
| BlockExternalImages |
Gets or sets value indicating whether or not to convert inline images to data URLs.
| |
| ConvertHtmlCodePageToUTF8 |
Gets or sets value indicating whether or not to convert HTML code page to UTF8 encoding.
| |
| Count |
Gets the number of explicitly added properties in this set.
| |
| FilterHtmlContent |
Gets or sets value indicating whether or not to filter potentially unsafe HTML content from message bodies.
| |
| InlineImageUrlTemplate |
Gets or sets a value of the URL template to use for the src attribute of inline IMG elements.
| |
| Item |
Gets the PropertyDefinitionBase at the specified index.
| |
| MaximumBodySize |
Gets or sets the maximum size of the body to be retrieved.
| |
| RequestedBodyType |
Gets or sets type of body that should be loaded on items. If RequestedBodyType is null, body is returned as HTML if available, plain text otherwise.
| |
| RequestedNormalizedBodyType |
Gets or sets type of normalized body that should be loaded on items. If null, the should return the same value as body type.
| |
| RequestedUniqueBodyType |
Gets or sets type of body that should be loaded on items. If null, the should return the same value as body type.
|