EmailAccountInfo.ExtendedProperties Property
Retrieves or sets a collection of optional, extended properties, as defined by the hosted email adapter.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)
Syntax
public IDictionary<string, string> ExtendedProperties { get; private set; }
public:
property IDictionary<String^, String^>^ ExtendedProperties {
IDictionary<String^, String^>^ get();
private: void set(IDictionary<String^, String^>^ value);
}
Public Property ExtendedProperties As IDictionary(Of String, String)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
A IDictionary<TKey, TValue> containing additional properties.
See Also
EmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top