MapiRecip (VB)

The Visual Basic MAPIRecip type contains recipient information.

Quick Info

Header file:

MAPIVB32.BAS

 

Type MapiRecip
     Reserved as Long
     RecipClass as Long
     Name as String
     Address as String
     EIDSize as Long
     EntryID as String
End Type 

 

Members

Reserved

Reserved; must be zero.

RecipClass

Classifies the recipient of the message. (Messages can be sorted by recipient class.) This member can also contain information about the originator of an inbound message.

Name

The name of the recipient that is displayed by the messaging system.

Address

Provider-specific message delivery data. This can be used by the messaging system to identify custom recipients who are not in an address list.

EIDSize

The size, in bytes, of the data in the EntryID member.

EntryID

A string used by the messaging system to uniquely identify the recipient. Unlike the contents of the Address member, this data is opaque and is not printable. The messaging system returns valid EntryID members for recipients or senders included in the address list.