AlternateView 构造函数

定义

初始化 AlternateView 的新实例。

重载

AlternateView(Stream)

用指定的 AlternateView 初始化 Stream 的新实例。

AlternateView(String)

用指定的文件名初始化 AlternateView 的新实例。

AlternateView(Stream, ContentType)

用指定的 AlternateViewStream 初始化 ContentType 的新实例。

AlternateView(Stream, String)

使用指定的 AlternateView 和媒体类型初始化 Stream 的新实例。

AlternateView(String, ContentType)

用指定的文件名和内容类型初始化 AlternateView 的新实例。

AlternateView(String, String)

用指定的文件名和媒体类型初始化 AlternateView 的新实例。

注解

类调用的新实例 AlternateView 也通过调用方法之 CreateAlternateViewFromString 一进行初始化。

AlternateView(Stream)

Source:
AlternateView.cs
Source:
AlternateView.cs
Source:
AlternateView.cs

用指定的 AlternateView 初始化 Stream 的新实例。

public:
 AlternateView(System::IO::Stream ^ contentStream);
public AlternateView (System.IO.Stream contentStream);
new System.Net.Mail.AlternateView : System.IO.Stream -> System.Net.Mail.AlternateView
Public Sub New (contentStream As Stream)

参数

contentStream
Stream

包含此视图的内容的流。

例外

contentStreamnull

注解

类调用的新实例 AlternateView 也通过调用方法之 CreateAlternateViewFromString 一进行初始化。

适用于

AlternateView(String)

Source:
AlternateView.cs
Source:
AlternateView.cs
Source:
AlternateView.cs

用指定的文件名初始化 AlternateView 的新实例。

public:
 AlternateView(System::String ^ fileName);
public AlternateView (string fileName);
new System.Net.Mail.AlternateView : string -> System.Net.Mail.AlternateView
Public Sub New (fileName As String)

参数

fileName
String

包含此可选视图内容的文件的名称。

例外

fileNamenull

调用方没有所要求的权限。

发生 I/O 错误,如磁盘错误。

对于指定的文件句柄,操作系统不允许所请求的访问,例如,当访问为 Write 或 ReadWrite 而文件句柄设置为只读访问时。

注解

类调用的新实例 AlternateView 也通过调用方法之 CreateAlternateViewFromString 一进行初始化。

适用于

AlternateView(Stream, ContentType)

Source:
AlternateView.cs
Source:
AlternateView.cs
Source:
AlternateView.cs

用指定的 AlternateViewStream 初始化 ContentType 的新实例。

public:
 AlternateView(System::IO::Stream ^ contentStream, System::Net::Mime::ContentType ^ contentType);
public AlternateView (System.IO.Stream contentStream, System.Net.Mime.ContentType? contentType);
public AlternateView (System.IO.Stream contentStream, System.Net.Mime.ContentType contentType);
new System.Net.Mail.AlternateView : System.IO.Stream * System.Net.Mime.ContentType -> System.Net.Mail.AlternateView
Public Sub New (contentStream As Stream, contentType As ContentType)

参数

contentStream
Stream

一个包含此附件的内容的流。

contentType
ContentType

内容的类型。

例外

contentStreamnull

contentType 不是有效值。

注解

类调用的新实例 AlternateView 也通过调用方法之 CreateAlternateViewFromString 一进行初始化。

适用于

AlternateView(Stream, String)

Source:
AlternateView.cs
Source:
AlternateView.cs
Source:
AlternateView.cs

使用指定的 AlternateView 和媒体类型初始化 Stream 的新实例。

public:
 AlternateView(System::IO::Stream ^ contentStream, System::String ^ mediaType);
public AlternateView (System.IO.Stream contentStream, string? mediaType);
public AlternateView (System.IO.Stream contentStream, string mediaType);
new System.Net.Mail.AlternateView : System.IO.Stream * string -> System.Net.Mail.AlternateView
Public Sub New (contentStream As Stream, mediaType As String)

参数

contentStream
Stream

一个包含此附件的内容的流。

mediaType
String

内容的 MIME 媒体类型。

例外

contentStreamnull

mediaType 不是有效值。

注解

类调用的新实例 AlternateView 也通过调用方法之 CreateAlternateViewFromString 一进行初始化。

适用于

AlternateView(String, ContentType)

Source:
AlternateView.cs
Source:
AlternateView.cs
Source:
AlternateView.cs

用指定的文件名和内容类型初始化 AlternateView 的新实例。

public:
 AlternateView(System::String ^ fileName, System::Net::Mime::ContentType ^ contentType);
public AlternateView (string fileName, System.Net.Mime.ContentType? contentType);
public AlternateView (string fileName, System.Net.Mime.ContentType contentType);
new System.Net.Mail.AlternateView : string * System.Net.Mime.ContentType -> System.Net.Mail.AlternateView
Public Sub New (fileName As String, contentType As ContentType)

参数

fileName
String

包含此可选视图内容的文件的名称。

contentType
ContentType

内容的类型。

例外

fileNamenull

contentType 不是有效值。

调用方没有所要求的权限。

发生 I/O 错误,如磁盘错误。

对于指定的文件句柄,操作系统不允许所请求的访问,例如,当访问为 Write 或 ReadWrite 而文件句柄设置为只读访问时。

注解

类调用的新实例 AlternateView 也通过调用方法之 CreateAlternateViewFromString 一进行初始化。

适用于

AlternateView(String, String)

Source:
AlternateView.cs
Source:
AlternateView.cs
Source:
AlternateView.cs

用指定的文件名和媒体类型初始化 AlternateView 的新实例。

public:
 AlternateView(System::String ^ fileName, System::String ^ mediaType);
public AlternateView (string fileName, string? mediaType);
public AlternateView (string fileName, string mediaType);
new System.Net.Mail.AlternateView : string * string -> System.Net.Mail.AlternateView
Public Sub New (fileName As String, mediaType As String)

参数

fileName
String

包含此可选视图内容的文件的名称。

mediaType
String

内容的 MIME 媒体类型。

例外

fileNamenull

mediaType 不是有效值。

调用方没有所要求的权限。

发生 I/O 错误,如磁盘错误。

对于指定的文件句柄,操作系统不允许所请求的访问,例如,当访问为 Write 或 ReadWrite 而文件句柄设置为只读访问时。

注解

类调用的新实例 AlternateView 也通过调用方法之 CreateAlternateViewFromString 一进行初始化。

适用于