Enum ShipmentMessageType
Bitmask defining what type of shipment message this is This Enum is used by: s_message.flags This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum ShipmentMessageType : short
Fields
Name | Description |
---|---|
Document | 16: Contains a document. The document_message field contains the id of the actual document |
Html | 2: Contains a HTML part |
Plain | 1: Contains a plain part |
Sms | 8: Contains a SMS |
SourceView | 4: Obsolete |