Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the error associated with the exception.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailConfigurationErrorType Error { get; private set; }
public:
property HostedEmailConfigurationErrorType Error {
HostedEmailConfigurationErrorType get();
private: void set(HostedEmailConfigurationErrorType value);
}
Public Property Error As HostedEmailConfigurationErrorType
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailConfigurationErrorType
A HostedEmailConfigurationErrorType that describes the error.
See Also
HostedEmailConfigurationException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top