Show / Hide Table of Contents

Class EmailFormatter

Inheritance
object
EmailFormatter
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public static class EmailFormatter

Methods

GetDisplayAddress(EmailRow)

Declaration
public static string GetDisplayAddress(EmailRow emailRow)
Parameters
Type Name Description
EmailRow emailRow
Returns
Type Description
string

GetDisplayAddress(string, string)

Declaration
public static string GetDisplayAddress(string emailAddress, string description)
Parameters
Type Name Description
string emailAddress
string description
Returns
Type Description
string

GetDisplayAddressAsync(Contact, CancellationToken)

Declaration
public static Task<string> GetDisplayAddressAsync(Contact contact, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Contact contact
CancellationToken cancellationToken
Returns
Type Description
Task<string>

GetDisplayAddressAsync(Person, CancellationToken)

Declaration
public static Task<string> GetDisplayAddressAsync(Person person, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Person person
CancellationToken cancellationToken
Returns
Type Description
Task<string>
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top