Write-only
About Cal Sets

ENREmbedAdapter Method


Description

Generate a new ENR file by embedding an adapter to an existing ENR file.

 VB Syntax

calMgr.ENREmbedAdapter (inENR, s2p, outEnr)

Variable

(Type) - Description

calMgr

(object) - A CalManager object

inENR

(String) Path and filename of an existing ENR file

s2p

(String) Path and filename of an s2p file of adapter.

outENR

(String) Path and filename of an ENR file to output

Return Type

ICal Set Interface

Default

Not Applicable

Example

calMgr.ENREmbedApater (D:\Original.enr","D:\adapter.s2p","D:\new.enr")

C++ Syntax

HRESULT ENREmbedAdapter (BSTR inEnr, BSTR s2p, BSTR outEnr);

Interface

ICalManager11