|
|
|
Location:
x509gn.h
Link against: x509.lib
CX509RFC822Name
Supported from 6.0
A full RFC 822 email address.
|
Defined in CX509RFC822Name:
NewL(), NewLC()
Inherited from CBase:
operator new()
Inherited from CX509DomainName:
IsWithinSubtree(),
Name()
Inherited from CX509RFC822NameSubtree:
Rep()
static CX509RFC822Name* NewL(const TDesC8& aBinaryData);
Creates a full RFC 822 email address object from the specified buffer containing the binary coded representation.
The data is parsed into a series of sub domains.
The data must represent a full RFC 822 email address, otherwise this function leaves.
|
|
static CX509RFC822Name* NewLC(const TDesC8& aBinaryData);
Creates a full RFC 822 email address object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
The data is parsed into a series of sub domains.
The data must represent a full RFC 822 email address, otherwise this function leaves.
|
|