(Edit:) The short version: Calculate $$E[e^{cY}]$$ if $c < 0$ and $Y$ is lognormally distributed, i.e. $\log(Y) \sim N(\tilde\mu, \tilde\sigma^2)$.
The long version: I want to calculate $$E[e^{cX_T} \mid X_t = x]$$ for $c < 0$, where $X$ is a geometric Brownian motion, i.e. $$dX_t = rX_tdt + \sigma X_t dW_t$$ for $r \in \mathbb{R}, \sigma > 0$ and a Brownian motion $W$.
My ideas so far:
(i) If $X_t = x$, then $X_T = x e^{(r-\sigma^2/2)(T-t) + \sigma (W_T-W_t)}$ is log-normally distributed, so the expecation is $$ \frac{1}{2\pi\sigma\sqrt{T-t}} \int_0^\infty e^{cy} \frac{1}{y} e^{-\frac{(\log(y/x) - (r-\sigma^2/2)(T-t))^2}{2\sigma^2(T-t)}}dy.$$ But I do not really know what to do with this expression.
(ii) Itô: $$ \begin{align} de^{cX_t} &= ce^{cX_t} dX_t + \frac{c^2}{2} e^{cX_t} d[X]_t\\ &= ce^{cX_t} dX_t + \frac{c^2}{2} e^{cX_t} \sigma^2 X_t^2 dt\\ &= (crX_t + \frac{1}{2} c^2 \sigma^2 X_t^2) e^{cX_t}dt + c \sigma X_t dW_t.\end{align}.$$ Again, I am stuck.
Does anyone have an idea how to proceed?