Documentation

Horde_Itip_Resource
in

Provides information about an invited resource.

Tags
category

Horde

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL

Table of Contents

getCommonName()  : string
Retrieve the common name of the resource.
getFrom()  : string
Retrieve the "From" address for this resource.
getMailAddress()  : string
Retrieve the mail address of the resource.
getReplyTo()  : string
Retrieve the reply-to address for the resource.

Methods

getCommonName()

Retrieve the common name of the resource.

public getCommonName() : string
Return values
string

The common name.

getFrom()

Retrieve the "From" address for this resource.

public getFrom() : string
Return values
string

The "From" address.

getMailAddress()

Retrieve the mail address of the resource.

public getMailAddress() : string
Return values
string

The mail address.

getReplyTo()

Retrieve the reply-to address for the resource.

public getReplyTo() : string
Return values
string

The reply-to address.

Search results