  | SecurityPrincipalTargetAddress Property  | 
 
            The principal's target e-mail address. Used by Exchange for routing e-mail to its
            final destination which may lie outside of the organization. Allows for an object
            to appear in the GAL even though its e-mail address may be outside of Exchange.
            Also used when routing e-mail to the Microsoft Office365 cloud from an on-premises
            Exchange server.
            
 
    Namespace: 
   Galactic.ActiveDirectory
    Assembly:
   Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic string TargetAddress { get; set; }Public Property TargetAddress As String
	Get
	Set
public:
property String^ TargetAddress {
	String^ get ();
	void set (String^ value);
}member TargetAddress : string with get, set
Property Value
Type: 
String
See Also