Get-EmailTemplateContact

Prev Next

Summary

Retrieves an existing email template contact.

Get-EmailTemplateContact
    -Id

Returns an email template contact object.

Parameters

ParameterTypeRequired?Notes
IdInt32YesThe email template contact id.

Examples

Get an existing email template contact

This example retrieves a specific email template contact and outputs it as JSON.

# TODO