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 .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/oneway/OutlookAddinOptions HTTP/1.1
Host: test-do-services.klokgroep.nl
Accept: text/jsv
Content-Type: text/jsv
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
}