Enum SaveStatus

SaveStatus enumeration

Represents the status of saving the retrieved message.

public enum SaveStatus

Values

NameValueDescription
Success0Message saved successfully.
PartiallySaved1Some data could not be retrieved. The message is partially saved.
Corrupted2The data is corrupted. The message was not saved.

See Also