Method | Description | |
---|---|---|
Attachment ( Stream contentStream, |
||
Attachment ( Stream contentStream, string name ) : System | ||
Attachment ( Stream contentStream, string name, string mediaType ) : System | ||
Attachment ( string fileName ) : System | ||
Attachment ( string fileName, |
||
Attachment ( string fileName, string mediaType ) : System | ||
CreateAttachmentFromString ( string content, |
||
CreateAttachmentFromString ( string content, string name ) : |
||
CreateAttachmentFromString ( string content, string name, |
Method | Description | |
---|---|---|
InitName ( string fileName ) : void |
public Attachment ( Stream contentStream, |
||
contentStream | Stream | |
contentType | ||
return | System |
public Attachment ( Stream contentStream, string name ) : System | ||
contentStream | Stream | |
name | string | |
return | System |
public Attachment ( Stream contentStream, string name, string mediaType ) : System | ||
contentStream | Stream | |
name | string | |
mediaType | string | |
return | System |
public Attachment ( string fileName ) : System | ||
fileName | string | |
return | System |
public Attachment ( string fileName, |
||
fileName | string | |
contentType | ||
return | System |
public Attachment ( string fileName, string mediaType ) : System | ||
fileName | string | |
mediaType | string | |
return | System |
public static CreateAttachmentFromString ( string content, |
||
content | string | |
contentType | ||
return |
public static CreateAttachmentFromString ( string content, string name ) : |
||
content | string | |
name | string | |
return |
public static CreateAttachmentFromString ( string content, string name, |
||
content | string | |
name | string | |
contentEncoding | ||
mediaType | string | |
return |