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 or sets the fault that caused the exception.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailConfigureFault Fault { get; internal set; }
public:
property HostedEmailConfigureFault Fault {
HostedEmailConfigureFault get();
internal: void set(HostedEmailConfigureFault value);
}
Public Property Fault As HostedEmailConfigureFault
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailConfigureFault
A HostedEmailConfigureFault that describes the fault.
See Also
HostedEmailProviderException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top