R
Rajesh Tammana
Hi,
I am trying to create an SMS package using GetPDFData
method. When I call this method it returns the PackageData
object instance with C# object type ManagementBaseObject.
Usually I call Put method on ManagementObject class to
create an instance of the object. Since the GetPDFData
method returns ManagementBaseObject object I could not
call that method.
Does anyone know how to create the package object using
ManagementBaseObject object?
Thanks
Rajesh
I am trying to create an SMS package using GetPDFData
method. When I call this method it returns the PackageData
object instance with C# object type ManagementBaseObject.
Usually I call Put method on ManagementObject class to
create an instance of the object. Since the GetPDFData
method returns ManagementBaseObject object I could not
call that method.
Does anyone know how to create the package object using
ManagementBaseObject object?
Thanks
Rajesh