CuteEditor for .NET 6.2 Class Library

AttachmentItem.ChangeToCustom Method 

Changes this instance to a custom item.

[Visual Basic]
Public Sub ChangeToCustom( _
   ByVal newguid As Guid _
)
[C#]
public void ChangeToCustom(
   Guid newguid
);

Parameters

newguid
The newguid.

See Also

AttachmentItem Class | CuteEditor Namespace