> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.ShipmentMessageType

# <a id="SuperOffice_WebApi_Data_ShipmentMessageType" /> Enum ShipmentMessageType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

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.

```csharp theme={null}
[Flags]
public enum ShipmentMessageType : short
```

## Fields

`Document = 16`

16: Contains a document. The document\_message field contains the id of the actual document

`Html = 2`

2: Contains a HTML part

`Plain = 1`

1: Contains a plain part

`Sms = 8`

8: Contains a SMS

`SourceView = 4`

4: Obsolete


## Related topics

- [SuperOffice.WebApi.Data.ShipmentMessageEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ShipmentMessageEntity.md)
- [SuperOffice.WebApi.Data.ShipmentMessageBlockEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ShipmentMessageBlockEntity.md)
- [SuperOffice.WebApi.Data.Marketing DeleteMessageAndShipmentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_DeleteMessageAndShipmentRequest.md)
- [SuperOffice.WebApi.Data.ShipmentAddrStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.ShipmentAddrStatus.md)
- [SuperOffice.WebApi.Agents.IMarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMarketingAgent.md)
- [SuperOffice.WebApi.Agents.MarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.MarketingAgent.md)
