---
title: Delivery Method
description: Values of this syntax have values that are sequences of items that indicate the service(s) by which an entity can receive messages, in order of preference.
component: pingds
version: 8.1
page_id: pingds:schemaref:s-DeliveryMethod
canonical_url: https://docs.pingidentity.com/pingds/8.1/schemaref/s-DeliveryMethod.html
---

# Delivery Method

Values of this syntax have values that are sequences of items that indicate the service(s) by which an entity can receive messages, in order of preference.

The syntax follows this ABNF:

```
DeliveryMethod = pdm *( WSP DOLLAR WSP pdm )
pdm            = "any" / "mhs" / "physical" / "telex" / "teletex" /
"g3fax" / "g4fax" / "ia5" / "videotex" / "telephone"
WSP            = 0*SPACE  ; zero or more " "
DOLLAR         = %x24 ; dollar sign ("$")
SPACE          = %x20 ; space (" ")
```

|               |                                                           |
| ------------- | --------------------------------------------------------- |
| *OID*         | 1.3.6.1.4.1.1466.115.121.1.14                             |
| *Description* | Delivery Method                                           |
| *Origin*      | [RFC 4517](https://datatracker.ietf.org/doc/html/rfc4517) |
