Gets all Fields having the specified field name.
Namespace: NI.Email.Mime.MessageAssembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
public IList GetFields(
string name
)
public IList GetFields(
string name
)
Public Function GetFields (
name As String
) As IList
Public Function GetFields (
name As String
) As IList
public:
IList^ GetFields(
String^ name
)
public:
IList^ GetFields(
String^ name
)
member GetFields :
name : string -> IList
member GetFields :
name : string -> IList
Parameters
- name
- Type: System.String
the field name (e.g. From, Subject).
Return Value
Type:
IListthe list of fields.