Skip to main content

Email

Type Alias Email 

Source
pub type Email = Property<EmailValue>;
Expand description

The EMAIL property, which is an email address.

Aliased Type§

pub struct Email {
    pub group: Option<GroupName>,
    pub parameters: Parameters,
    pub value: EmailValue,
}

Fields§

§group: Option<GroupName>

The optional group name that prefixes the property.

§parameters: Parameters

The parameters of the property.

§value: EmailValue

The value of the property.