UserDataGetFullName Method Ipswitch.Messaging.Framework
This should only be called when the user FullName field is a REG_STRING instead of a REG_BINARY. This method will swap the reg value type and set it with an encoded, as Unicode, fullName byte[].

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public static string GetFullName(
	UserData user
)

Parameters

user
Type: IMailAPI_NETUserData

[Missing <param name="user"/> documentation for "M:IMailAPI_NET.UserData.GetFullName(IMailAPI_NET.UserData)"]

Return Value

Type: String

[Missing <returns> documentation for "M:IMailAPI_NET.UserData.GetFullName(IMailAPI_NET.UserData)"]

See Also

Reference