HostedEmailConfigurationErrorEnum Enumeration
Describes the common errors that occur while configuring the hosted email service.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Usage
'Usage
Dim instance As HostedEmailConfigurationErrorEnum
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration HostedEmailConfigurationErrorEnum
[SerializableAttribute]
public enum HostedEmailConfigurationErrorEnum
[SerializableAttribute]
public enum class HostedEmailConfigurationErrorEnum
/** @attribute SerializableAttribute() */
public enum HostedEmailConfigurationErrorEnum
SerializableAttribute
public enum HostedEmailConfigurationErrorEnum
Members
| Member name | Description |
|---|---|
| AssemblyError | An error occurred in the assembly. |
| InvalidCofigurationValue | One of the values in the XML configuration file is invalid. |
| InvalidConfigurationFile | The XML configuration file is invalid. |
| NotSpecified | The error is not specified. |
Remarks
This enumeration is most commonly used as part of a call to HostedEmailConfigurationException.
Platforms
Development Platforms
Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64
See Also
Reference
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Copyright © 2013 by Microsoft Corporation. All rights reserved.