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