> ## 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 SendMessagesWithConfigRequest

# <a id="SuperOffice_WebApi_Data_Messaging_SendMessagesWithConfigRequest" /> Class Messaging\_SendMessagesWithConfigRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Messaging\_SendMessagesWithConfigRequest](SuperOffice.WebApi.Data.Messaging_SendMessagesWithConfigRequest.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_SendMessagesWithConfigRequest__ctor" /> Messaging\_SendMessagesWithConfigRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Messaging_SendMessagesWithConfigRequest_Config" /> Config

```csharp theme={null}
public StringDictionary Config { get; set; }
```

#### Property Value

[StringDictionary](SuperOffice.WebApi.Data.StringDictionary.md)

### <a id="SuperOffice_WebApi_Data_Messaging_SendMessagesWithConfigRequest_OutgoingMessages" /> OutgoingMessages

```csharp theme={null}
public OutgoingMessage[] OutgoingMessages { get; set; }
```

#### Property Value

[OutgoingMessage](SuperOffice.WebApi.Data.OutgoingMessage.md)\[]

### <a id="SuperOffice_WebApi_Data_Messaging_SendMessagesWithConfigRequest_Plugin" /> Plugin

```csharp theme={null}
public string Plugin { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)


## Related topics

- [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.Messaging SendMessagesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Messaging_SendMessagesRequest.md)
- [SuperOffice.WebApi.Data.Messaging CreateMessageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Messaging_CreateMessageRequest.md)
- [SuperOffice.WebApi.Data.Ticket SendTicketMessageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Ticket_SendTicketMessageRequest.md)
- [SuperOffice.WebApi.Data.Diagnostics SendSystemMessageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Diagnostics_SendSystemMessageRequest.md)
