PropertySet - класс |
Пространство имён: Tessa.Exchange.WebServices.Data
public sealed class PropertySet : IEnumerable<PropertyDefinitionBase>, IEnumerable
Тип PropertySet предоставляет следующие члены.
Имя | Описание | |
---|---|---|
PropertySet |
Initializes a new instance of PropertySet based upon BasePropertySet.IdOnly.
| |
PropertySet(BasePropertySet) |
Initializes a new instance of PropertySet.
| |
PropertySet(IEnumerablePropertyDefinitionBase) |
Initializes a new instance of PropertySet based upon BasePropertySet.IdOnly.
| |
PropertySet(PropertyDefinitionBase) |
Initializes a new instance of PropertySet based upon BasePropertySet.IdOnly.
| |
PropertySet(BasePropertySet, IEnumerablePropertyDefinitionBase) |
Initializes a new instance of PropertySet.
| |
PropertySet(BasePropertySet, PropertyDefinitionBase) |
Initializes a new instance of 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.
|
Имя | Описание | |
---|---|---|
Add |
Adds the specified property to the property set.
| |
AddRange |
Adds the specified properties to the property set.
| |
Clear |
Remove all explicitly added properties from the property set.
| |
Contains |
Determines whether the specified property has been explicitly added to this property set using the Add or AddRange methods.
| |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Serves as the default hash function. (Унаследован от Object.) | |
GetType | Gets the Type of the current instance. (Унаследован от Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object.) | |
Remove |
Removes the specified property from the set.
| |
ToString | Returns a string that represents the current object. (Унаследован от Object.) |
Имя | Описание | |
---|---|---|
(BasePropertySet to PropertySet) |
Implements an implicit conversion between PropertySet and BasePropertySet.
|
Имя | Описание | |
---|---|---|
FirstClassProperties |
Returns a predefined property set that includes the first class properties of an item or folder.
| |
IdOnly |
Returns a predefined property set that only includes the Id property.
|