RequestStatus Enumeration

Specifies the outcome of a programmatic request for a management operation concerning an e-mail distribution group.

Namespace:  websvcSharepointDirectoryManagementService
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

<SerializableAttribute> _
Public Enumeration RequestStatus

Dim instance As RequestStatus
[SerializableAttribute]
public enum RequestStatus

Members

Member name Description
Success The operation succeeded.
PendingApproval The operation requires approval which has not yet been granted or denied.
ApprovalDenied The operation requires approval, which was denied.
DuplicateAlias A distribution group or user with the specified alias already exists.
InvalidArgument At least one parameter for the operation is invalid.
ServiceNotConfigured The directory management service is not configured.
AccessDenied The user context for the calling code lacks access to one or more objects needed for the operation.
ServerUnavailable The server needed for the operation, such as a Lightweight Directory Access Protocol (LDAP) server, is not accessible.
ObjectNotFound A specified distribution list or user was not found.
InvalidMember At least one specified user alias is not valid.
InternalError The operation failed due to an internal error.

Remarks

The values in this enumeration are used primarily as the values returned by methods defined by the SharepointEmailWS class.

See Also

Reference

websvcSharepointDirectoryManagementService Namespace