[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.MessagingAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public Attachment(
string name,
byte[] content,
string contentType
)
public Attachment(
string name,
byte[] content,
string contentType
)
Public Sub New (
name As String,
content As Byte(),
contentType As String
)
Public Sub New (
name As String,
content As Byte(),
contentType As String
)
public:
Attachment(
String^ name,
array<unsigned char>^ content,
String^ contentType
)
public:
Attachment(
String^ name,
array<unsigned char>^ content,
String^ contentType
)
new :
name : string *
content : byte[] *
contentType : string -> Attachment
new :
name : string *
content : byte[] *
contentType : string -> Attachment