' Options: 'Date: 2025-07-04 10:53:50 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://doapigw.baasbv.nl/api ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: SaveDraftMail.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.Drawing Imports IDB.API.DTO.Registrationprofile Imports IDB.API.DTO.Outlook.Operations Namespace Global Namespace IDB.API.DTO.Outlook.Operations Public Partial Class Outlook365Properties Public Overridable Property PidTag As String Public Overridable Property ItemId As String Public Overridable Property EwsUrl As String Public Overridable Property Token As String End Class Public Partial Class SaveDraftMail Inherits Outlook365Properties Implements IReturn(Of Boolean) Public Sub New() Values = New List(Of RegistrationValue) End Sub Public Overridable Property RegistrationProfileID As Nullable(Of Guid) Public Overridable Property Values As List(Of RegistrationValue) End Class End Namespace Namespace IDB.API.DTO.Registrationprofile Public Partial Class RegistrationValue Public Overridable Property Key As Guid Public Overridable Property Value As String Public Overridable Property ShadowValue As String End Class End Namespace End Namespace