_Application.GetNewNickNames Method
This object, member, or enumeration is deprecated and is not intended to be used in your code.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<TypeLibFuncAttribute()> _
<DispIdAttribute()> _
Sub GetNewNickNames ( _
ByRef pvar As Object _
)
'Usage
Dim instance As _Application
Dim pvar As Object
instance.GetNewNickNames(pvar)
[TypeLibFuncAttribute()]
[DispIdAttribute()]
void GetNewNickNames(
ref Object pvar
)
Parameters
- pvar
Type: System.Object