MimeContent(String, Byte) - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public MimeContent(
string characterSet,
byte[] content
)
Public Sub New (
characterSet As String,
content As Byte()
)
public:
MimeContent(
String^ characterSet,
array<unsigned char>^ content
)
new :
characterSet : string *
content : byte[] -> MimeContent
Параметры
- characterSet String
- The character set of the content.
- content Byte
- The content.