Share via


Contact.EmailAddress property

Gets the e-mail address of a person or a group.

Namespace:  Microsoft.Office.Workflow.Utility
Assembly:  Microsoft.Office.Workflow.Tasks (in Microsoft.Office.Workflow.Tasks.dll)

Syntax

'Declaration
Public ReadOnly Property EmailAddress As String
    Get
'Usage
Dim instance As Contact
Dim value As String

value = instance.EmailAddress
public string EmailAddress { get; }

Property value

Type: System.String
The e-mail address of the person or group.

Remarks

For an example of how to use the EmailAddress property, see the example in ExpandGroups method.

See also

Reference

Contact class

Contact members

EmailAddress overload

Microsoft.Office.Workflow.Utility namespace