Content.ResultStatus

Content.ResultStatus property

Indicates whether the action (specified in the Operation property) was successful or not. Possible values are Succeeded, PartiallySucceded, or Failed. For Exchange admin activity, the value is either True or False. Mandatory: No

public ResultStatus ResultStatus { get; set; }

See Also