EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageHeader.GetField

TElMessageHeader     See also    


 

Returns a field from the header.

 
 

Declaration

[C#]
    TElMessageHeaderField GetField(int Index);     TElMessageHeaderField GetField([in] string Name, int Index /* = 0 */);

[VB.NET]
    Function GetField(ByVal Index As Integer) As TElMessageHeaderField
    Function GetField(ByVal Name As String, ByVal Index As Integer = 0) As TElMessageHeaderField

[Pascal]
    function GetField(Index: Integer): TElMessageHeaderField;
    function GetField(const Name: TString; Index: Integer = 0): TElMessageHeaderField;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the header field
  • Name - name of the header field
 
 

Return value

    Header field.

 
 

Description

     Use this method when you want to get any field from the header.
    You can get field by its index or by name. There can be several fields with one name. In this case Index parameter specifies number of the field among fields of the same name. If you specify only Name then the first present field with this name will be returned.

 
 

See also:     GetMailAddressList     SetField

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation