[This is preliminary documentation and is subject to change.]
            Inserts the letterhead
            
    Namespace: 
   OfficeClip.DBLayer.TemplateAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public int InsertLetterhead( LetterheadInfo li )  | 
| Visual Basic (Declaration) | 
|---|
Public Function InsertLetterhead ( _ li As LetterheadInfo _ ) As Integer  | 
| Visual C++ | 
|---|
public: int InsertLetterhead( LetterheadInfo^ li )  | 
Parameters
- li
 - Type: OfficeClip.BusinessLayer.Template..::.LetterheadInfo
The letterhead information object 
