Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkAttachment()()()()
Initializes a new empty instance of a Attachment.
Public methodSupported by the .NET Compact FrameworkAttachment(String)
Initializes a new instance of a Attachment with the content of the specified file.
Public methodSupported by the .NET Compact FrameworkAttachment(MailMessage)
Initializes a new instance of a Attachment that represents an attached e-mail message.
Public methodSupported by the .NET Compact FrameworkAttachment(array<Byte>[]()[][], String)
Initializes a new instance of a Attachment with the content of the supplied byte array and with suggested name.
Public methodSupported by the .NET Compact FrameworkAttachment(Stream, String)
Initializes a new instance of a Attachment with the content of the supplied stream and with suggested name.
Public methodSupported by the .NET Compact FrameworkAttachment(String, String)
Initializes a new instance of a Attachment with the content of the specified file and with a suggested name.
Public methodSupported by the .NET Compact FrameworkAttachment(array<Byte>[]()[][], String, String)
Initializes a new instance of a Attachment with the content of the supplied byte array and with a media type and suggested name.
Public methodSupported by the .NET Compact FrameworkAttachment(Stream, String, String)
Initializes a new instance of a Attachment with the content of the supplied stream and with a media type and suggested name.
Public methodSupported by the .NET Compact FrameworkAttachment(String, String, String)
Initializes a new instance of a Attachment with the content of the specified file and with a media type and suggested name.

See Also