1. Home
  2. C#
  3. System.Web.Mail
  4. C# System.Web.Mail MailAttachment
    • Type List
    • C# MailAttachment
    • C# MailEncoding
    • C# MailFormat
    • C# MailMessage
    • C# MailPriority
    • C# SmtpMail

C# System.Web.Mail MailAttachment

PreviousNext

By API

The following index lists the tutorials for MailAttachment by API.

Constructors

  • C# MailAttachment MailAttachment(string filename)
  • C# MailAttachment MailAttachment(string filename, System.Web.Mail.MailEncoding encoding)

Methods

  • C# MailAttachment tutorial with examples
  • C# MailAttachment Gets the name of the attachment file.
  • C# MailAttachment Gets the type of encoding for the email attachment.
  • C# MailAttachment Initializes a new instance of the System.Web.Mail.MailAttachment class with the specified file name and encoding type for the attachment.
  • C# MailAttachment Initializes a new instance of the System.Web.Mail.MailAttachment class with the specified file name for the attachment.
  • C# MailAttachment Provides properties and methods for constructing an email attachment.
PreviousNext

Related

  • C# ProcessProtocolHandler Provides support for protocol handlers.
  • C# ProcessProtocolHandler Starts a protocol listener channel.
  • C# ProcessProtocolHandler Stops the specified process protocol handler.
  • C# System.Web.Mail MailAttachment
  • C# MailAttachment tutorial with examples
  • C# MailAttachment MailAttachment(string filename)
  • C# MailAttachment MailAttachment(string filename, System.Web.Mail.MailEncoding encoding)

demo2s.com |  Email: | Demo Source and Support. All rights reserved.