> ## 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.Messaging GetDeliveryStatusRequest

# <a id="SuperOffice_WebApi_Data_Messaging_GetDeliveryStatusRequest" /> Class Messaging\_GetDeliveryStatusRequest

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

```csharp theme={null}
public class Messaging_GetDeliveryStatusRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Messaging\_GetDeliveryStatusRequest](SuperOffice.WebApi.Data.Messaging_GetDeliveryStatusRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Messaging_GetDeliveryStatusRequest__ctor" /> Messaging\_GetDeliveryStatusRequest()

```csharp theme={null}
public Messaging_GetDeliveryStatusRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Messaging_GetDeliveryStatusRequest_MessagingIds" /> MessagingIds

```csharp theme={null}
public int[] MessagingIds { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)\[]


## Related topics

- [SuperOffice.WebApi.Data.Messaging SetDeliveryStatusRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Messaging_SetDeliveryStatusRequest.md)
- [SuperOffice.WebApi.Agents.MessagingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.MessagingAgent.md)
- [SuperOffice.WebApi.Agents.IMessagingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMessagingAgent.md)
- [SuperOffice.WebApi.Data.MessageDeliveryStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.MessageDeliveryStatus.md)
- [SuperOffice.WebApi.Data.Messaging GetPluginsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Messaging_GetPluginsRequest.md)
- [SuperOffice.WebApi.Data.Messaging CreateMessageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Messaging_CreateMessageRequest.md)
