DigiOffice API Services Services

<back to all web services

OutlookAddinOptions

Requires Authentication
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports IDB.API.DMS

Namespace Global

    Namespace IDB.API.DMS

        Public Partial Class OutlookAddinOptions
            Public Overridable Property RegisteredMail As ConditionalFormatting
            Public Overridable Property ToRegisterMail As ConditionalFormatting
            Public Overridable Property ErrorMail As ConditionalFormatting
            Public Overridable Property ForceerOpmaak As Boolean

            Public Partial Class ConditionalFormatting
                Public Overridable Property Color As String
                Public Overridable Property Bold As Boolean
                Public Overridable Property Italic As Boolean
                Public Overridable Property StrikeThrough As Boolean
                Public Overridable Property Underline As Boolean
            End Class
        End Class
    End Namespace
End Namespace

VB.NET OutlookAddinOptions DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/oneway/OutlookAddinOptions HTTP/1.1 
Host: test-do-services.klokgroep.nl 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"RegisteredMail":{"Color":"String","Bold":false,"Italic":false,"StrikeThrough":false,"Underline":false},"ToRegisterMail":{"Color":"String","Bold":false,"Italic":false,"StrikeThrough":false,"Underline":false},"ErrorMail":{"Color":"String","Bold":false,"Italic":false,"StrikeThrough":false,"Underline":false},"ForceerOpmaak":false}