Share via


SerializableEmailAccountInfo.ExtendedProperties Property

 

Gets and sets the extended properties.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

[DataMemberAttribute]
public string ExtendedProperties { get; internal set; }
public:
[DataMemberAttribute]
property String^ ExtendedProperties {
    String^ get();
    internal: void set(String^ value);
}
<DataMemberAttribute>
Public Property ExtendedProperties As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

The extended properties.

See Also

SerializableEmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top