func (r Tag) ToEmailTag() SDK.MessageTag {
    o := SDK.MessageTag{}

    if r.Key != "" {
        o.Name = pointers.String(r.Key)