|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the COutlookContacts class
|
|
AppFolder
|
Property
|
Gets a handle to the current instance of Outlook Contacts folder
|
|
AppNameSpace
|
Property
|
Gets a handle to the current instance of the Outlook NameSpace
|
|
AppOutlook
|
Property
|
Gets a handle to the current instance of Outlook
|
|
BusinessAddressCity
|
Property
|
Gets the Value of the BusinessAddressCity Property
|
|
BusinessAddressCountry
|
Property
|
Gets the Value of the BusinessAddressCountry Property
|
|
BusinessAddressPostalCode
|
Property
|
Gets the Value of the BusinessAddressPostalCode Property
|
|
BusinessAddressState
|
Property
|
Gets the Value of the BusinessAddressState Property
|
|
BusinessAddressStreet
|
Property
|
Gets the Value of the BusinessAddressStreet Property
|
|
BusinessFax
|
Property
|
Gets the Value of the BusinessFax Property
|
|
BusinessPhone
|
Property
|
Gets the Value of the BusinessPhone Property
|
|
Company
|
Property
|
Gets the Value of the Company Property
|
|
EMail
|
Property
|
Sets the Value of the Email Property
|
|
FileAs
|
Property
|
Sets the Value of the FileAs Property
|
|
FirstName
|
Property
|
Sets the Value of the FirstName Property
|
|
HomeAddressCity
|
Property
|
Sets the Value of the HomeAddressCity Property
|
|
HomeAddressCountry
|
Property
|
Sets the Value of the HomeAddressCountry Property
|
|
HomeAddressPostalCode
|
Property
|
Sets the Value of the HomeAddressPostalCode Property
|
|
HomeAddressState
|
Property
|
Sets the Value of the HomeAddressState Property
|
|
HomeAddressStreet
|
Property
|
Sets the Value of the HomeAddressStreet Property
|
|
HomePhone
|
Property
|
Sets the Value of the HomePhone Property
|
|
JobTitle
|
Property
|
Sets the Value of the JobTitle Property
|
|
LastName
|
Property
|
Sets the Value of the LastName Property
|
|
MiddleName
|
Property
|
Sets the Value of the MiddleName Property
|
|
MobilePhone
|
Property
|
Sets the Value of the MobilePhone Property
|
|
PagerNumber
|
Property
|
Sets the Value of the PagerNumber Property
|
|
Suffix
|
Property
|
Gets the Value of the Suffix Property
|
|
Title
|
Property
|
Gets the Value of the Title Property
|
|
AddContact
|
Method
|
Adds a Contact to the Contacts folder.
|
|
Class_Terminate
|
Terminate
|
Cleanup class variables opened for Outlook
|
|
CloseOutlook
|
Method
|
Closes an instance of Outlook; don't call this if you want to leave Outlook open
|
|
DeleteContactsByNameCompanyEmail
|
Method
|
Deletes Contacts filtered by name, company, and/or email address
|
|
GetContactFilter
|
Private
|
Create the filter string to limit the contact items
|
|
GetContactItem
|
Method
|
Get the first contact item that satisfies the specified critera. With the item, you can edit its properties directly.
|
|
GetContactsAll
|
Method
|
Gets a list of all Contacts from the Contacts folder
|
|
GetContactsByFilter
|
Method
|
Gets a list of Contacts from the Contacts folder that match the specified filter
|
|
GetContactsByNameCompanyEmail
|
Method
|
Gets a list of Contacts from the Contacts folder for a particular name, company, and/or email address
|
|
ReplaceCompanyName
|
Method
|
Change the company name of all contacts from one name to a new name.
Use this procedure as an example of changing any Contact property.
|
|
StartOutlook
|
Method
|
Starts an instance of Outlook
|