This document is archived and information here might be outdated. Recommended version. |
Saves an item URI object to a blob.
[Visual Basic .NET] Public Function SaveItemURI ( _ ByVal pItemURI As IItemURI _ ) As IMemoryBlobStream
[C#] public IMemoryBlobStream SaveItemURI ( IItemURI pItemURI );
[C++]
HRESULT SaveItemURI(
IItemURI* pItemURI
);
[C++]
Parameters pItemURI [in]
pItemURI is a parameter of type IItemURI*