This document is archived and information here might be outdated. Recommended version. |
Reads envelope from a JSON object.
[Visual Basic .NET] Public Function ToEnvelope ( _ ByVal pJSONObject As IJSONObject _ ) As IEnvelope
[C#] public IEnvelope ToEnvelope ( IJSONObject pJSONObject );
[C++]
HRESULT ToEnvelope(
IJSONObject* pJSONObject
);
[C++] Parameters pJSONObject [in]
pJSONObject is a parameter of type IJSONObject*