public final class SaveStatus
extends com.aspose.ms.System.Enum
Represents the status of saving the retrieved message.
| Modifier and Type | Field and Description |
|---|---|
static int |
Corrupted
The data is corrupted.
|
static int |
PartiallySaved
Some data could not be retrieved.
|
static int |
Success
Message saved successfully.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int Success
Message saved successfully.
public static final int PartiallySaved
Some data could not be retrieved. The message is partially saved.
public static final int Corrupted
The data is corrupted. The message was not saved.
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.