API Reference
Class
EmailStoreConfigurationData
Lossless roaming XML and dictionary streams projected from one FAI message.
Inheritance
- Object
- EmailStoreConfigurationData
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String MessageClass { get; } #Configuration message class.
public Nullable<Int32> RoamingDatatypes { get; } #Raw PidTagRoamingDatatypes bitmask.
public Byte[] XmlBytes { get; } #Exact PidTagRoamingXmlStream bytes.
public String XmlText { get; } #Securely parsed and reserialized UTF-8 XML when valid and within bounds.
public Byte[] DictionaryBytes { get; } #Exact PidTagRoamingDictionary bytes.
public EmailStoreConfigurationDictionary Dictionary { get; } #Typed lossless dictionary projection when valid.
public Boolean HasData { get; } #True when the message advertises or carries either supported roaming stream.