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 code associated with the exception.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailIntegrationManagerErrorType ErrorCode { get; private set; }
public:
property HostedEmailIntegrationManagerErrorType ErrorCode {
HostedEmailIntegrationManagerErrorType get();
private: void set(HostedEmailIntegrationManagerErrorType value);
}
Public Property ErrorCode As HostedEmailIntegrationManagerErrorType
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailIntegrationManagerErrorType
A HostedEmailIntegrationManagerErrorType containing the error code.
See Also
HostedEmailIntegrationManagerException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top