You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/ClientMessageApi.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Name | Type | Description | Notes
46
46
**file** | **byte[]**| Message file to append. |
47
47
**storage** | **string**| Storage name where account file located. | [optional]
48
48
**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]
50
50
**folder** | **string**| Path to folder on email server to append message to. | [optional]
51
51
**markAsSent** | **boolean**| Determines that appended message should be market as sent or not. | [optional][default to true]
52
52
@@ -103,7 +103,7 @@ Name | Type | Description | Notes
103
103
**storage** | **string**| Storage name where account file located. | [optional]
104
104
**accountStorageFolder** | **string**| Folder in storage where account file located. | [optional]
105
105
**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]
107
107
108
108
### Return type
109
109
@@ -137,7 +137,7 @@ Name | Type | Description | Notes
137
137
**folder** | **string**| Account folder to fetch from (should be specified for some protocols such as IMAP) | [optional]
138
138
**storage** | **string**| Storage name where account file located. | [optional]
139
139
**accountStorageFolder** | **string**| Folder in storage where account file located. | [optional]
**format** | **string**| Fetched message file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft | [optional] [default to 0]
141
141
142
142
### Return type
143
143
@@ -176,7 +176,7 @@ Name | Type | Description | Notes
176
176
**accountStorageFolder** | **string**| Folder in storage where account file located | [optional]
177
177
**recursive** | **boolean**| Specifies that should message be searched in subfolders recursively | [optional] [default to false]
178
178
**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]
180
180
181
181
### Return type
182
182
@@ -246,7 +246,7 @@ Name | Type | Description | Notes
246
246
**file** | **byte[]**| File to send |
247
247
**storage** | **string**| Storage name where account file located. | [optional]
248
248
**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]
0 commit comments