3dak Client

Contact.GenerateAdressBlock Method 

Genereates a Plaintext or HTML Adress Block for given contact

[Visual Basic]
Public Function GenerateAdressBlock( _ 
   ByVal Boolean As Boolean _ 
) As String
[C#]
public string GenerateAdressBlock(
   bool Boolean
);
[C++]
public: String* GenerateAdressBlock(
   bool Boolean
);
[JScript]
public function GenerateAdressBlock(
   bool Boolean
): String;

Parameters

HTML
Determines if Adress block is rendered as HTML or as plaintext

See Also

Contact Class | ppm3dakClient.Contacts Namespace