(* Options: Date: 2025-09-14 00:00:07 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://doapigw.baasbv.nl/api //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: SaveDraftMail.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace IDB.API.DTO.Outlook.Operations open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Drawing [] type RegistrationValue() = member val Key:Guid = new Guid() with get,set member val Value:String = null with get,set member val ShadowValue:String = null with get,set [] type Outlook365Properties() = member val PidTag:String = null with get,set member val ItemId:String = null with get,set member val EwsUrl:String = null with get,set member val Token:String = null with get,set [] type SaveDraftMail() = inherit Outlook365Properties() interface IReturn member val RegistrationProfileID:Nullable = new Nullable() with get,set member val Values:ResizeArray = new ResizeArray() with get,set