EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElGeneralName.RFC822Name

TElGeneralName     See also    


 

This property specifies the E-mail address of identity.

 
 

Declaration

[C#]
    string RFC822Name;

[VB.NET]
    Property RFC822Name As String

[Pascal]
    property RFC822Name : string;

[VB6]
    Property IElGeneralNameX.RFC822Name As String

[ActiveX]
    HRESULT _stdcall IElGeneralNameX.RFC822Name([out, retval] BSTR * Value );
    HRESULT _stdcall IElGeneralNameX.RFC822Name([in] BSTR Value );

[DLL]
    not implemented;
 
 
 

Description

    As specified by RFC 2459, The format of an rfc822Name is an «addr-spec» as defined in RFC 822. An addr-spec has the form «local-part@domain». Note that an addr-spec has no phrase (such as a common name) before it, has no comment (text surrounded in parentheses) after it, and is not surrounded by "<" and ">". Note that while upper and lower case letters are allowed in an RFC 822 addr-spec, no significance is attached to the case.

 
 

See also:     IPAddress

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