Skip to content

Commit 4e6ef62

Browse files
SDK version 20.9.0.139 generated
1 parent b707c94 commit 4e6ef62

25 files changed

+54
-54
lines changed

doc/ClientMessageApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Name | Type | Description | Notes
4646
**file** | **byte[]**| Message file to append. |
4747
**storage** | **string**| Storage name where account file located. | [optional]
4848
**accountStorageFolder** | **string**| Folder in storage where account file located. | [optional]
49-
**format** | **string**| Email file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [optional] [default to 0]
49+
**format** | **string**| Email file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [optional] [default to 0]
5050
**folder** | **string**| Path to folder on email server to append message to. | [optional]
5151
**markAsSent** | **boolean**| Determines that appended message should be market as sent or not. | [optional] [default to true]
5252

@@ -103,7 +103,7 @@ Name | Type | Description | Notes
103103
**storage** | **string**| Storage name where account file located. | [optional]
104104
**accountStorageFolder** | **string**| Folder in storage where account file located. | [optional]
105105
**type** | **string**| MailMessageBase type. Using this property you can fetch message in different formats (as EmailDto, MapiMessageDto or a file represented as Base64 string). Enum, available values: Dto, Mapi, Base64 | [optional] [default to 0]
106-
**format** | **string**| Base64 data format. Used only if type is set to Base64. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [optional] [default to 0]
106+
**format** | **string**| Base64 data format. Used only if type is set to Base64. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [optional] [default to 0]
107107
108108
### Return type
109109
@@ -137,7 +137,7 @@ Name | Type | Description | Notes
137137
**folder** | **string**| Account folder to fetch from (should be specified for some protocols such as IMAP) | [optional]
138138
**storage** | **string**| Storage name where account file located. | [optional]
139139
**accountStorageFolder** | **string**| Folder in storage where account file located. | [optional]
140-
**format** | **string**| Fetched message file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [optional] [default to 0]
140+
**format** | **string**| Fetched message file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [optional] [default to 0]
141141
142142
### Return type
143143
@@ -176,7 +176,7 @@ Name | Type | Description | Notes
176176
**accountStorageFolder** | **string**| Folder in storage where account file located | [optional]
177177
**recursive** | **boolean**| Specifies that should message be searched in subfolders recursively | [optional] [default to false]
178178
**type** | **string**| MailMessageBase type. Using this property you can get messages in different formats (as EmailDto, MapiMessageDto or a file represented as Base64 string). Enum, available values: Dto, Mapi, Base64 | [optional] [default to 0]
179-
**format** | **string**| Base64 data format. Used only if type is set to Base64. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [optional] [default to 0]
179+
**format** | **string**| Base64 data format. Used only if type is set to Base64. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [optional] [default to 0]
180180
181181
### Return type
182182
@@ -246,7 +246,7 @@ Name | Type | Description | Notes
246246
**file** | **byte[]**| File to send |
247247
**storage** | **string**| Storage name where account file located. | [optional]
248248
**accountStorageFolder** | **string**| Folder in storage where account file located. | [optional]
249-
**format** | **string**| Email file format Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [optional] [default to 0]
249+
**format** | **string**| Email file format Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [optional] [default to 0]
250250
251251
### Return type
252252

doc/EmailApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ new EmailConvert(
5757

5858
Name | Type | Description | Notes
5959
---- | ---- | ----------- | -----
60-
**fromFormat** | **string**| File format to convert to Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef |
61-
**toFormat** | **string**| File format to convert from Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef |
60+
**fromFormat** | **string**| File format to convert to Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft |
61+
**toFormat** | **string**| File format to convert from Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft |
6262
**file** | **byte[]**| File to convert |
6363

6464
### Return type
@@ -84,7 +84,7 @@ new EmailFromFile(
8484

8585
Name | Type | Description | Notes
8686
---- | ---- | ----------- | -----
87-
**format** | **string**| Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef |
87+
**format** | **string**| Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft |
8888
**file** | **byte[]**| File to convert |
8989

9090
### Return type
@@ -112,7 +112,7 @@ new EmailGet(
112112

113113
Name | Type | Description | Notes
114114
---- | ---- | ----------- | -----
115-
**format** | **string**| Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef |
115+
**format** | **string**| Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft |
116116
**fileName** | **string**| Email document file name. |
117117
**folder** | **string**| Path to folder in storage. | [optional]
118118
**storage** | **string**| Storage name. | [optional]
@@ -143,7 +143,7 @@ new EmailGetAsFile(
143143
Name | Type | Description | Notes
144144
---- | ---- | ----------- | -----
145145
**fileName** | **string**| Email document file name |
146-
**format** | **string**| File format Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef |
146+
**format** | **string**| File format Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft |
147147
**storage** | **string**| Storage name | [optional]
148148
**folder** | **string**| Path to folder in storage | [optional]
149149

@@ -173,7 +173,7 @@ new EmailGetList(
173173

174174
Name | Type | Description | Notes
175175
---- | ---- | ----------- | -----
176-
**format** | **string**| Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef |
176+
**format** | **string**| Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft |
177177
**folder** | **string**| Path to folder in storage. | [optional]
178178
**storage** | **string**| Storage name. | [optional]
179179
**itemsPerPage** | **number**| Count of items on page. | [optional] [default to 10]

doc/EmailAsFileRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**format** | **string** | Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [default to undefined]
6+
**format** | **string** | Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [default to undefined]
77
**value** | [**EmailDto**](EmailDto.md) | Email model. | [default to undefined]
88

99

doc/EmailSaveRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**format** | **string** | Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [default to undefined]
6+
**format** | **string** | Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [default to undefined]
77

88
Parent class: [StorageModelOfEmailDto](StorageModelOfEmailDto.md)
99

doc/MailMessageBase64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**valueBase64** | **string** | Email message file data encoded to Base64 string. | [default to undefined]
7-
**format** | **string** | Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [default to undefined]
7+
**format** | **string** | Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [default to undefined]
88

99
Parent class: [MailMessageBase](MailMessageBase.md)
1010

doc/MapiMessageApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ new MapiMessageFromFile(
5656

5757
Name | Type | Description | Notes
5858
---- | ---- | ----------- | -----
59-
**format** | **string**| File format Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef |
59+
**format** | **string**| File format Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft |
6060
**file** | **byte[]**| File to convert |
6161

6262
### Return type
@@ -84,7 +84,7 @@ new MapiMessageGet(
8484

8585
Name | Type | Description | Notes
8686
---- | ---- | ----------- | -----
87-
**format** | **string**| Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef |
87+
**format** | **string**| Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft |
8888
**fileName** | **string**| Email document file name. |
8989
**folder** | **string**| Path to folder in storage. | [optional]
9090
**storage** | **string**| Storage name. | [optional]

doc/MapiMessageAsFileRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**format** | **string** | Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [default to undefined]
6+
**format** | **string** | Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [default to undefined]
77
**value** | [**MapiMessageDto**](MapiMessageDto.md) | MAPI message model. | [default to undefined]
88

99

doc/MapiMessageSaveRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**format** | **string** | Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef | [default to undefined]
6+
**format** | **string** | Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [default to undefined]
77

88
Parent class: [StorageModelOfMapiMessageDto](StorageModelOfMapiMessageDto.md)
99

src/model/client-message-append-file-request.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class ClientMessageAppendFileRequest {
2525
public accountStorageFolder: string;
2626

2727
/**
28-
* Email file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef
28+
* Email file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft
2929
*/
3030
public format: string;
3131

@@ -45,7 +45,7 @@ export class ClientMessageAppendFileRequest {
4545
* @param file Message file to append.
4646
* @param storage Storage name where account file located.
4747
* @param accountStorageFolder Folder in storage where account file located.
48-
* @param format Email file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef
48+
* @param format Email file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft
4949
* @param folder Path to folder on email server to append message to.
5050
* @param markAsSent Determines that appended message should be market as sent or not.
5151
*/

src/model/client-message-fetch-file-request.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class ClientMessageFetchFileRequest {
3030
public accountStorageFolder: string;
3131

3232
/**
33-
* Fetched message file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef
33+
* Fetched message file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft
3434
*/
3535
public format: string;
3636

@@ -41,7 +41,7 @@ export class ClientMessageFetchFileRequest {
4141
* @param folder Account folder to fetch from (should be specified for some protocols such as IMAP)
4242
* @param storage Storage name where account file located.
4343
* @param accountStorageFolder Folder in storage where account file located.
44-
* @param format Fetched message file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef
44+
* @param format Fetched message file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft
4545
*/
4646
public constructor(
4747
messageId?: string,

0 commit comments

Comments
 (0)